Back to Basics

This commit is contained in:
WilliamMiceli
2018-06-24 17:57:39 -04:00
parent 690cd7da35
commit baf54100f2
2 changed files with 22 additions and 29 deletions

View File

@@ -14,7 +14,7 @@ catalog:
- variable: "WEB_PORT"
label: "Port Number"
description: |
Port to access the web interface on
The port to access the web interface on.
default: "8000"
required: true
type: string
@@ -35,21 +35,21 @@ catalog:
- variable: "STORAGE_DIR"
label: "Storage Directory"
description: |
The
The folder for persistent storage files.
default: "/Storage"
required: true
type: string
- variable: "DB_DIR"
label: "Database Directory"
description: |
The
The folder which will store the persistent database files.
default: "/Database"
required: true
type: string
- variable: "CONFIG_DIR"
label: "Configuration Directory"
description: |
The
The folder which configuration files should be in.
default: "/Config"
required: true
type: string