diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-10 12:25:15 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:06 +0300 |
| commit | 631c21e556f14f911935dac9f34022e48385ebb3 (patch) | |
| tree | 518f6f1fe2cd744464821282f74be876b2246f2b /res | |
| parent | 81a0c4543161024f261dd70582a69ef1585b5ecb (diff) | |
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
Diffstat (limited to 'res')
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 5 |
1 files changed, 2 insertions, 3 deletions
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 |
