chore: Remove 'DEPLOYMENT' env option

Add 'Installation' section
This commit is contained in:
Tom Moor
2020-06-19 19:11:02 -07:00
parent 4f7e7ec853
commit 64c3ff8d6b
8 changed files with 91 additions and 24 deletions

View File

@@ -35,11 +35,6 @@
"generator": "secret",
"required": true
},
"DEPLOYMENT": {
"description": "Should be 'self' for self hosted installations, turns off things like pricing pages",
"value": "self",
"required": true
},
"ENABLE_UPDATES": {
"value": "true",
"required": true
@@ -149,4 +144,4 @@
"required": false
}
}
}
}