ADD anki sync addons
This commit is contained in:
parent
3cb8becdd1
commit
03c7dfec82
|
@ -0,0 +1,7 @@
|
||||||
|
import os
|
||||||
|
|
||||||
|
# https is very necessary
|
||||||
|
#addr = "https://testing.portnoy4prez.yavin4.ch/"
|
||||||
|
addr = "https://portnoy4prez.yavin4.ch/anki-sync-server/"
|
||||||
|
os.environ["SYNC_ENDPOINT"] = addr + "sync/"
|
||||||
|
os.environ["SYNC_ENDPOINT_MEDIA"] = addr + "msync/"
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
{"disabled": false, "mod": 0, "conflicts": [], "max_point_version": 0, "min_point_version": 0, "branch_index": 0}
|
Loading…
Reference in New Issue