diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-03 11:32:51 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-03 11:32:51 +0300 |
| commit | ccb570b9773f1bf3bd62e83673a6a1707044c94e (patch) | |
| tree | 5c83a2466c585ee746ed96c09527195193202a5b | |
| parent | a2a5bed122b257fdeeec0dec2cee09b93c8eb58f (diff) | |
rhizi-server.conf.example: correct to run with default run-local.sh
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index 8ad9647c..c5c14532 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -53,7 +53,7 @@ feedback_recipient = feedback@localhost # Security # access_control = True -user_db_path = ./deploy-local/etc/user_db.db +user_db_path = ./etc/user_db.db acl__singup__email_domain = signup_enabled = True |
