- 注释掉本地回环地址配置 - 修改默认URL为生产环境地址 http://112.124.71.39:8080 - 保留其他配置项不变
This commit is contained in:
@@ -38,7 +38,8 @@ const (
|
|||||||
func InitConfig() {
|
func InitConfig() {
|
||||||
// 设置默认配置
|
// 设置默认配置
|
||||||
defaultConfig := Config{
|
defaultConfig := Config{
|
||||||
Url: "http://127.0.0.1:8080",
|
//Url: "http://127.0.0.1:8080",
|
||||||
|
Url: "http://112.124.71.39:8080",
|
||||||
Token: "",
|
Token: "",
|
||||||
HasVideoToken: "1234",
|
HasVideoToken: "1234",
|
||||||
NoVideoToken: "5678",
|
NoVideoToken: "5678",
|
||||||
|
|||||||
Reference in New Issue
Block a user