From 3f1806434248c089084b8a980fcf8460155da495 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Fri, 30 Oct 2020 09:29:36 +0100 Subject: [PATCH] flag contact email adress as optional --- .env.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.tpl b/.env.tpl index ca0657d5..0d01b60d 100644 --- a/.env.tpl +++ b/.env.tpl @@ -99,8 +99,9 @@ NOPAQUE_ADMIN_EMAIL_ADRESS= # CHOOSE ONE: development, production, testing # NOPAQUE_CONFIG= +# DEFAULT: None # EXAMPLE: contact.nopaque@example.com -NOPAQUE_CONTACT_EMAIL_ADRESS= +# NOPAQUE_CONTACT_EMAIL_ADRESS= # DEFAULT: /mnt/nopaque # NOTE: This must be a network share and it must be available on all Docker Swarm nodes