From 2ebe8d1bf1d51bdfc2de9ce5b79b07fce77ca2ba Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 28 Jun 2018 06:59:31 -0400 Subject: [PATCH] Changing key fields to password types --- templates/InvoiceNinja/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/InvoiceNinja/0/rancher-compose.yml b/templates/InvoiceNinja/0/rancher-compose.yml index 2d06429..4b2d488 100644 --- a/templates/InvoiceNinja/0/rancher-compose.yml +++ b/templates/InvoiceNinja/0/rancher-compose.yml @@ -69,7 +69,7 @@ catalog: description: | A randomly generated 32-Character string which will be used for encryption. required: true - type: string + type: password # - variable: "GOOGLE_MAPS_KEY" # label: "Google Maps API Key"