youtu_grpc/etc/auth.json

18 lines
338 B
JSON
Raw Normal View History

2025-02-14 11:46:37 +08:00
{
"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"
}
]
}