prep for live mocks

This commit is contained in:
Matt Hill
2021-06-14 17:02:26 -06:00
committed by Aiden McClelland
parent 8b84bdefac
commit 53a16775fe
11 changed files with 69 additions and 101 deletions

View File

@@ -3,20 +3,17 @@
"timeoutForMissingRevision": 5000,
"poll": {
"cooldown": 40000
},
"websocket": {
"type": "ws",
"url": "",
"version": 0
},
"usePollOverride": true
}
},
"api": {
"mocks": true,
"url": "/api",
"version": "v1",
"root": ""
"url": "/rpc",
"version": "v1"
},
"maskAs": "tor",
"skipStartupAlerts": true
"mocks": {
"enabled": true,
"connection": "poll",
"websocketUrl": "",
"maskAs": "tor",
"skipStartupAlerts": true
}
}