[fix] KOSync plugin server location (#3288)

This is only step one. It remains to be determined why the connection is downgraded to sslv3, which will result in a handshake failure.
pull/3289/head
Frans de Jonge 7 years ago committed by GitHub
parent 1f038055d3
commit 23e2183931

@ -1,5 +1,5 @@
{ {
"base_url" : "https://vislab.bjmu.edu.cn:7200/", "base_url" : "https://sync.koreader.rocks:443/",
"name" : "koreader-sync-api", "name" : "koreader-sync-api",
"methods" : { "methods" : {
"register" : { "register" : {

@ -1,6 +1,6 @@
local service = [[ local service = [[
{ {
"base_url" : "https://vislab.bjmu.edu.cn:7200", "base_url" : "https://sync.koreader.rocks:443/",
"name" : "api", "name" : "api",
"methods" : { "methods" : {
"register" : { "register" : {

Loading…
Cancel
Save