fix example tracing edge config (#76)
parent
1e5e9d63bd
commit
26e16107ce
@ -1,3 +1,13 @@
|
|||||||
{
|
{
|
||||||
"Server": "localhost:3456"
|
"Name": "edge-api",
|
||||||
|
"Host": "0.0.0.0",
|
||||||
|
"Port": 3456,
|
||||||
|
"Portal": {
|
||||||
|
"Etcd": {
|
||||||
|
"Hosts": [
|
||||||
|
"localhost:2379"
|
||||||
|
],
|
||||||
|
"Key": "portal"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue