go-zero/example/tracing/edge/config.json

14 lines
174 B
JSON
Raw Normal View History

2020-07-26 17:09:05 +08:00
{
2020-09-18 08:53:06 +08:00
"Name": "edge-api",
"Host": "0.0.0.0",
"Port": 3456,
"Portal": {
"Etcd": {
"Hosts": [
"localhost:2379"
],
"Key": "portal"
}
}
2020-07-26 17:09:05 +08:00
}