mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 18:00:24 +08:00
14 lines
174 B
JSON
14 lines
174 B
JSON
{
|
|
"Name": "edge-api",
|
|
"Host": "0.0.0.0",
|
|
"Port": 3456,
|
|
"Portal": {
|
|
"Etcd": {
|
|
"Hosts": [
|
|
"localhost:2379"
|
|
],
|
|
"Key": "portal"
|
|
}
|
|
}
|
|
}
|