Fix up default config

whoops
This commit is contained in:
flan 2019-02-05 00:49:27 +01:00
parent b1157bac25
commit c85f50460a

View File

@ -1,10 +1,10 @@
[sync_app]
# change to 127.0.0.1 if you don't want the server to be accessible from the internet
host = 127.0.0.1
host = 0.0.0.0
port = 27701
data_root = /home/flan/.local/share/ankisyncd/
data_root = ./collections
base_url = /sync/
base_media_url = /msync/
auth_db_path = /home/flan/.local/share/ankisyncd/auth.db
auth_db_path = ./auth.db
# optional, for session persistence between restarts
session_db_path = /home/flan/.local/share/ankisyncd/session.db
session_db_path = ./session.db