Switching to .env File Instead

This commit is contained in:
WilliamMiceli
2018-06-24 19:06:09 -04:00
parent 162991af3a
commit 5f74ec5a83
2 changed files with 4 additions and 37 deletions

View File

@@ -11,13 +11,6 @@ catalog:
default: "host.id=0000"
required: true
type: string
- variable: "WEB_PORT"
label: "Port Number"
description: |
The port to access the web interface on.
default: "8000"
required: true
type: string
- variable: "STORAGE_BASE_DIR"
label: "Base Storage Directory"
description: |
@@ -53,12 +46,5 @@ catalog:
default: "/Config"
required: true
type: string
- variable: "APP_KEY"
label: "Random string"
description: |
A random string
default: "SomeRandomStringSomeRandomString"
required: true
type: string
app:
scale: 1