mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
prep for live mocks
This commit is contained in:
committed by
Aiden McClelland
parent
8b84bdefac
commit
53a16775fe
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user