From 284c78b9913ec80371dc4e8b60438d48c3c8ac50 Mon Sep 17 00:00:00 2001 From: Vincent Sellier <vsellier@exoplatform.com> Date: Thu, 21 Jun 2018 22:41:02 +0200 Subject: [PATCH] make the admin passphrase visible on the environment template --- env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/env.template b/env.template index 406afbc..97401a2 100644 --- a/env.template +++ b/env.template @@ -18,3 +18,6 @@ COZY_TLD=cozy.mydomain.tld # The contact email used for let's encrypt EMAIL=bofh@mydomain.tld + +# The admin passphrase +COZY_ADMIN_PASSPHRASE=changeme \ No newline at end of file -- GitLab