youtu_grpc/etc/prod/ranking_service.json

20 lines
395 B
JSON
Raw Normal View History

2025-02-14 11:46:37 +08:00
{
"RpcServerConf": {
2025-02-17 11:29:48 +08:00
"Auth": true,
2025-02-14 11:46:37 +08:00
"ListenOn": "0.0.0.0:8082",
"Etcd": {
"Hosts": [
2025-02-17 11:29:48 +08:00
"172.27.127.206:2379"
2025-02-14 11:46:37 +08:00
],
2025-02-14 18:01:01 +08:00
"Key": "ranking_service.rpc"
2025-02-14 11:46:37 +08:00
}
},
"Mode": "dev",
2025-02-17 11:29:48 +08:00
"Mysql": "root:youtu!0113@tcp(172.27.127.206:3306)/ecpm?charset=utf8mb4&parseTime=True&loc=Local",
2025-02-14 11:46:37 +08:00
"Redis": [
{
2025-02-17 11:29:48 +08:00
"host": "172.27.127.206:6379",
2025-02-14 11:46:37 +08:00
"password": ""
}
]
}