Made changes related to @rawmind0's code review

This commit is contained in:
Zicklag
2018-01-31 14:51:44 -06:00
parent 625adadd9a
commit 32d80f0ade
2 changed files with 68 additions and 55 deletions
+17
View File
@@ -9,6 +9,23 @@ catalog:
label: Database Password
required: true
type: password
- variable: DB_NAME
description: The database name
label: Database Name
required: true
default: "huginn"
type: string
- variable: DB_USER
description: The database username
label: Database Username
required: true
default: "huginn"
type: string
- variable: APP_SECRET_TOKEN
description: The secret token used by Huginn
label: App Secret Token
required: true
type: password
- variable: DOMAIN
description: The domain and port ( if necessary ) that should be used to get to Huginn
label: Domain