xiabin b873d28106
Some checks failed
/ build-services (app/auth/Dockerfile, auth, auth) (push) Failing after 3s
/ build-services (app/ecpm/Dockerfile, ecpm, ecpm) (push) Failing after 1s
/ build-services (app/ranking/Dockerfile, ranking, ranking) (push) Failing after 1s
/ start-services (push) Has been skipped
/ build-services (app/user/Dockerfile, user, user) (push) Failing after 1s
user
2025-02-14 17:46:27 +08:00

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"
}
}