chore: Remove WEBSOCKETS_ENABLED flag (#1383)

* chore: Remove WEBSOCKETS_ENALBED flag

* lint
This commit is contained in:
Tom Moor
2020-07-22 22:44:24 -07:00
committed by GitHub
parent 2cc6d7add8
commit 109efcaa27
7 changed files with 141 additions and 157 deletions

View File

@@ -39,11 +39,6 @@
"value": "true",
"required": true
},
"WEBSOCKETS_ENABLED": {
"value": "true",
"required": true,
"description": "Allow realtime data to be pushed to clients over websockets"
},
"URL": {
"description": "https://{your app name}.herokuapp.com",
"required": true