From ccb570b9773f1bf3bd62e83673a6a1707044c94e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 3 May 2015 11:32:51 +0300 Subject: rhizi-server.conf.example: correct to run with default run-local.sh --- res/etc/rhizi-server.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1