initial import
This commit is contained in:
19
example/tracing/portal/etc/config.json
Normal file
19
example/tracing/portal/etc/config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Name": "portal.rpc",
|
||||
"ListenOn": "localhost:3456",
|
||||
"Etcd": {
|
||||
"Hosts": [
|
||||
"localhost:2379"
|
||||
],
|
||||
"Key": "portal"
|
||||
},
|
||||
"UserRpc": {
|
||||
"Etcd": {
|
||||
"Hosts": [
|
||||
"localhost:2379"
|
||||
],
|
||||
"Key": "user"
|
||||
}
|
||||
},
|
||||
"Timeout": 500
|
||||
}
|
||||
Reference in New Issue
Block a user