initial import
This commit is contained in:
12
example/graceful/etcd/api/etc/graceful-api.json
Normal file
12
example/graceful/etcd/api/etc/graceful-api.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Name": "graceful-api",
|
||||
"Host": "0.0.0.0",
|
||||
"Port": 8888,
|
||||
"MaxConns": 1000000,
|
||||
"Rpc": {
|
||||
"Etcd": {
|
||||
"Hosts": ["etcd.discov:2379"],
|
||||
"Key": "rpcx"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user