From 55cf8bcd0cf4d0859c41bedaff79f74829b49fdc Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Wed, 27 Jun 2018 09:31:55 -0400 Subject: [PATCH] Added APP KEY --- templates/invoice-ninja/0/rancher-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/invoice-ninja/0/rancher-compose.yml b/templates/invoice-ninja/0/rancher-compose.yml index f8fad3b..183dde8 100644 --- a/templates/invoice-ninja/0/rancher-compose.yml +++ b/templates/invoice-ninja/0/rancher-compose.yml @@ -53,5 +53,11 @@ catalog: default: "/Config" required: true type: string + - variable: "APP_KEY" + label: "Encryption Key" + description: | + A randomly generated 32-Character string which will be used for encryption. + required: true + type: string app: scale: 1 \ No newline at end of file