go-zero/example/graceful/dns/api/etc/graceful-api.json
2020-07-26 17:09:05 +08:00

9 lines
160 B
JSON

{
"Name": "graceful-api",
"Host": "0.0.0.0",
"Port": 8888,
"MaxConns": 1000000,
"Rpc": {
"Server": "dns:///gracefulrpc:3456"
}
}