youtu_grpc/etc/auth.json
xiabin 207a6bbb95
All checks were successful
/ build-services (app/ranking/Dockerfile, ranking, ranking) (push) Successful in 39s
/ build-services (app/user/Dockerfile, user, user) (push) Successful in 39s
/ start-services (push) Successful in 4s
/ build-services (app/auth/Dockerfile, auth, auth) (push) Successful in 40s
/ build-services (app/ecpm/Dockerfile, ecpm, ecpm) (push) Successful in 37s
update
2025-02-14 11:58:28 +08:00

18 lines
338 B
JSON

{
"RpcServerConf": {
"ListenOn": "0.0.0.0:8081",
"Etcd": {
"Hosts": [
"192.168.0.47:2379"
],
"Key": "auth.rpc"
}
},
"Mode": "dev",
"Mysql": "root:youtu!0113@tcp(192.168.0.47:3306)/ecpm?charset=utf8mb4&parseTime=True&loc=Local",
"Redis": [
{
"host": "192.168.0.47:6379"
}
]
}