迁移clickhouse至4核4g新服务上

This commit is contained in:
liuxiaobo 2025-06-15 21:51:07 +08:00
parent 7b3414eea5
commit 3a6201381e
2 changed files with 2 additions and 1 deletions

View File

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

View File

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