All checks were successful
/ build-services (app/auth_service/Dockerfile, auth, auth) (push) Successful in 36s
/ build-services (app/ecpm_service/Dockerfile, ecpm, ecpm) (push) Successful in 33s
/ build-services (app/ranking_service/Dockerfile, ranking, ranking) (push) Successful in 35s
/ build-services (app/user_service/Dockerfile, user, user) (push) Successful in 37s
/ start-services (push) Successful in 3s
20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"RpcServerConf": {
|
|
"Auth": true,
|
|
"ListenOn": "0.0.0.0:8083",
|
|
"Etcd": {
|
|
"Hosts": [
|
|
"172.27.127.206:2379"
|
|
],
|
|
"Key": "ecpm_service.rpc"
|
|
}
|
|
},
|
|
"Mode": "dev",
|
|
"Mysql": "root:youtu!0113@tcp(172.27.127.206:3306)/ecpm?charset=utf8mb4&parseTime=True&loc=Local",
|
|
"Redis": [
|
|
{
|
|
"host": "172.27.127.206:6379",
|
|
"password": ""
|
|
}
|
|
]
|
|
} |