Add DNS mocks configuration for coffee.com and teapot.com

This commit is contained in:
netkas 2025-01-10 04:54:48 -05:00
parent 0e88689a50
commit 46a006eecf
2 changed files with 8 additions and 2 deletions

View file

@ -4,7 +4,10 @@
"name": "coffee",
"domain": "coffee.com",
"rpc_endpoint": "http://127.0.0.0:8086/",
"dns_mocks": []
"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"
}
},
"security": {
"display_internal_exceptions": false,

View file

@ -4,7 +4,10 @@
"name": "teapot",
"domain": "teapot.com",
"rpc_endpoint": "http://127.0.0.0:8087/",
"dns_mocks": []
"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"
}
},
"security": {
"display_internal_exceptions": false,