go-zero/example/tracing/edge/config.json
2020-09-18 08:53:06 +08:00

14 lines
174 B
JSON

{
"Name": "edge-api",
"Host": "0.0.0.0",
"Port": 3456,
"Portal": {
"Etcd": {
"Hosts": [
"localhost:2379"
],
"Key": "portal"
}
}
}