anki-sync-server/ankisyncd.conf

11 lines
390 B
Plaintext
Raw Normal View History

2013-08-14 19:22:18 +08:00
[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
port = 27701
data_root = /home/flan/.local/share/ankisyncd/
base_url = /sync/
2015-11-29 12:53:58 +08:00
base_media_url = /msync/
auth_db_path = /home/flan/.local/share/ankisyncd/auth.db
2017-10-29 00:37:37 +08:00
# optional, for session persistence between restarts
session_db_path = /home/flan/.local/share/ankisyncd/session.db