Make the addon modify anki.sync.SYNC_BASE

This commit is contained in:
flan
2018-12-24 15:50:07 +01:00
parent 00ec46eab3
commit 32a81dc028
2 changed files with 7 additions and 8 deletions

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 = 0.0.0.0
host = 127.0.0.1
port = 27701
data_root = ./collections
data_root = /home/flan/.local/share/ankisyncd/
base_url = /sync/
base_media_url = /msync/
auth_db_path = ./auth.db
auth_db_path = /home/flan/.local/share/ankisyncd/auth.db
# optional, for session persistence between restarts
session_db_path = ./session.db
session_db_path = /home/flan/.local/share/ankisyncd/session.db