Files
go-zero/example/rpc/server/stream/etc/config.json
2020-07-26 17:09:05 +08:00

18 lines
326 B
JSON

{
"Name":"test",
"MetricsUrl": "http://localhost:2222/add",
"ListenOn": "localhost:3456",
"Etcd": {
"Hosts": [
"localhost:2379"
],
"Key": "rpcx"
},
"Redis": {
"Host": "localhost:6379",
"Type": "node",
"Key": "apps"
},
"Auth": false
}