go-zero/example/tracing/user/etc/config.json
2020-07-26 17:09:05 +08:00

12 lines
183 B
JSON

{
"Name": "user.rpc",
"ListenOn": "localhost:3457",
"Etcd": {
"Hosts": [
"localhost:2379"
],
"Key": "user"
},
"Timeout": 500
}