initial import
This commit is contained in:
13
example/rpc/server/unary/etc/config.json
Normal file
13
example/rpc/server/unary/etc/config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Name": "rpc.unary",
|
||||
"Log": {
|
||||
"Mode": "volume"
|
||||
},
|
||||
"ListenOn": "localhost:3456",
|
||||
"Etcd": {
|
||||
"Hosts": [
|
||||
"localhost:2379"
|
||||
],
|
||||
"Key": "rpcx"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user