mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 18:00:24 +08:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"Name": "graceful-api",
|
|
"Host": "0.0.0.0",
|
|
"Port": 8888,
|
|
"MaxConns": 1000000,
|
|
"Rpc": {
|
|
"Etcd": {
|
|
"Hosts": ["etcd.discov:2379"],
|
|
"Key": "zrpc"
|
|
}
|
|
}
|
|
}
|