mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
update sync url
This commit is contained in:
parent
9d6b0f35f4
commit
6ed0bc91bb
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ if simplejson.__version__ < "1.7.3":
|
|||
CHUNK_SIZE = 32768
|
||||
MIME_BOUNDARY = "Anki-sync-boundary"
|
||||
# live
|
||||
SYNC_URL = "http://anki.ichi2.net/sync/"
|
||||
SYNC_HOST = "anki.ichi2.net"; SYNC_PORT = 80
|
||||
SYNC_URL = "http://ankiweb.net/sync/"
|
||||
SYNC_HOST = "ankiweb.net"; SYNC_PORT = 80
|
||||
# testing
|
||||
#SYNC_URL = "http://localhost:8001/sync/"
|
||||
#SYNC_HOST = "localhost"; SYNC_PORT = 8001
|
||||
|
|
Loading…
Reference in a new issue