Update RPC endpoints and add shared network configuration
This commit is contained in:
parent
cd12c1b987
commit
34b31c58a8
5 changed files with 43 additions and 21 deletions
|
@ -3,10 +3,10 @@
|
|||
"enabled": true,
|
||||
"name": "teapot",
|
||||
"domain": "teapot.com",
|
||||
"rpc_endpoint": "http://127.0.0.0:8087/",
|
||||
"rpc_endpoint": "http://teapot_socialbox:8085/",
|
||||
"dns_mocks": {
|
||||
"teapot.com": "v=socialbox;sb-rpc=http://127.0.0.0:8087/;sb-key=sig:MDXUuripAo_IAv-EZTEoFhpIdhsXxfMLNunSnQzxYiY;sb-exp=0",
|
||||
"coffee.com": "v=socialbox;sb-rpc=http://127.0.0.0:8086/;sb-key=sig:g59Cf8j1wmQmRg1MkveYbpdiZ-1-_hFU9eRRJmQAwmc;sb-exp=0"
|
||||
"teapot.com": "v=socialbox;sb-rpc=http://teapot_socialbox:8085/;sb-key=sig:MDXUuripAo_IAv-EZTEoFhpIdhsXxfMLNunSnQzxYiY;sb-exp=0",
|
||||
"coffee.com": "v=socialbox;sb-rpc=http://coffee_socialbox:8085/;sb-key=sig:g59Cf8j1wmQmRg1MkveYbpdiZ-1-_hFU9eRRJmQAwmc;sb-exp=0"
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue