Update RPC endpoints and add shared network configuration

This commit is contained in:
netkas 2025-01-14 15:44:54 -05:00
parent cd12c1b987
commit 34b31c58a8
5 changed files with 43 additions and 21 deletions

View file

@ -3,10 +3,10 @@
"enabled": true,
"name": "coffee",
"domain": "coffee.com",
"rpc_endpoint": "http://127.0.0.0:8086/",
"rpc_endpoint": "http://coffee_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": {