mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix certs bundling
This commit is contained in:
parent
cca3b5cba6
commit
e85603dae6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ SYNC_HOST = os.environ.get("SYNC_HOST") or "dev.ankiweb.net"
|
||||||
SYNC_PORT = int(os.environ.get("SYNC_PORT") or 80)
|
SYNC_PORT = int(os.environ.get("SYNC_PORT") or 80)
|
||||||
SYNC_URL = "http://%s:%d/sync/" % (SYNC_HOST, SYNC_PORT)
|
SYNC_URL = "http://%s:%d/sync/" % (SYNC_HOST, SYNC_PORT)
|
||||||
SYNC_VER = 0
|
SYNC_VER = 0
|
||||||
HTTP_CERTS = os.path.join(os.path.basename(__file__), "ankiweb.certs")
|
HTTP_CERTS = os.path.join(os.path.dirname(__file__), "ankiweb.certs")
|
||||||
HTTP_TIMEOUT = 60
|
HTTP_TIMEOUT = 60
|
||||||
|
|
||||||
# deck schema
|
# deck schema
|
||||||
|
|
Loading…
Reference in a new issue