DelayNoMore/frontend/assets/plugin_scripts/conf.js.template

38 lines
718 B
Plaintext
Raw Normal View History

2022-09-20 15:50:01 +00:00
"use strict";
if (CC_DEBUG) {
var backendAddress = {
PROTOCOL: 'http',
HOST: 'localhost',
PORT: "9992",
WS_PATH_PREFIX: "/tsrht",
};
var wechatAddress = {
PROTOCOL: "http",
HOST: "119.29.236.44",
PORT: "8089",
PROXY: "",
APPID_LITERAL: "appid=wx5432dc1d6164d4e",
};
} else {
var backendAddress = {
PROTOCOL: 'https',
HOST: 'tsrht.lokcol.com',
PORT: "443",
WS_PATH_PREFIX: "/tsrht",
};
var wechatAddress = {
PROTOCOL: "https",
HOST: "open.weixin.qq.com",
PORT: "",
PROXY: "",
APPID_LITERAL: "appid=wxe7063ab415266544",
};
}
window.language = "zh";
window.backendAddress = backendAddress;
window.wechatAddress = wechatAddress;