All checks were successful
/ build-services (app/auth/Dockerfile, auth, auth) (push) Successful in 39s
/ build-services (app/ecpm/Dockerfile, ecpm, ecpm) (push) Successful in 34s
/ build-services (app/ranking/Dockerfile, ranking, ranking) (push) Successful in 39s
/ build-services (app/user/Dockerfile, user_manager, user) (push) Successful in 39s
/ start-services (push) Successful in 5s
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"listenOn": "0.0.0.0:8080",
|
|
"etcd": {
|
|
"Hosts": [
|
|
"127.0.0.1:2379"
|
|
]
|
|
},
|
|
"redis": {
|
|
"Host": "127.0.0.1:6379"
|
|
},
|
|
"mysql": {
|
|
"Dsn": "root:youtu!0113@tcp(localhost:3306)/ecpm?charset=utf8mb4&parseTime=True&loc=Local"
|
|
}
|
|
} |