From 631c21e556f14f911935dac9f34022e48385ebb3 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 10 May 2015 12:25:15 +0300 Subject: rz_config: root_path, user_db_path, template_d_relpath handling: - root_path default to os.getcwd() - convert root_path, user_db_path to absolute form --- res/etc/rhizi-server.conf.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'res') diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index 73181645..a759a411 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -8,8 +8,8 @@ # General # #root_path = -#template_d_path -template_d_relpath = fragment.d/template.d +#template_d_relpath = +#user_db_path = development_mode = True static_url_path = /static @@ -56,7 +56,6 @@ feedback_recipient = feedback@localhost # Security # access_control = True -user_db_path = ./deploy-local/etc/user_db.db acl_wl__email_domain_set = acl_wl__email_address_file_path = signup_enabled = True -- cgit v1.3.1