Put authentication database path in ini file

This commit is contained in:
jdoe0
2013-08-02 01:30:04 +07:00
parent f17ccd954c
commit f4cfde621e
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ logging.config_file = logging.conf
use = egg:AnkiServer#sync_app
data_root = ./collections
base_url = /sync/
auth_db_path = ./auth.db
mysql.host = 127.0.0.1
mysql.user = db_user
mysql.passwd = db_password