From c85f50460af57be3fe66060bb0539d84b1e968c0 Mon Sep 17 00:00:00 2001 From: flan Date: Tue, 5 Feb 2019 00:49:27 +0100 Subject: [PATCH] Fix up default config whoops --- ankisyncd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ankisyncd.conf b/ankisyncd.conf index 31c4ee0..e0c35ed 100644 --- a/ankisyncd.conf +++ b/ankisyncd.conf @@ -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