Compare commits

..

No commits in common. "3a6201381e097f2b493e77a8b22b4fa24ca9f1ea" and "8941e94eec378652fc047e6e5d3c7207aba475d5" have entirely different histories.

3 changed files with 1 additions and 3 deletions

View File

@ -31,7 +31,7 @@ const (
mysqlDBName = "game"
clickhouseKey = "clickhouse_config"
clickhouseAddress = "81.71.140.178"
clickhouseAddress = "114.132.124.145"
clickhousePort = "9000"
clickhouseUser = "game"
clickhousePasswd = "fox379@@zyxi"

View File

@ -41,5 +41,4 @@ func LoadConfig(GitCommit, GitBranch, BuildDate string) {
ClientCfg.Address = append(ClientCfg.Address, gateAddress1, gateAddress2)
log.DebugF("load common config success")
_ = Cfg
}

View File

@ -56,5 +56,4 @@ func LoadConfig(GitCommit, GitBranch, BuildDate string) {
_ = json.Unmarshal([]byte(Cfg.GameJson), GateCfg)
}
log.DebugF("load common config success")
_ = Cfg
}