Switching to .env File Instead
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user