From b6dd8767cd2f9191f7251af356af68f1a361fce5 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 6 Oct 2020 01:52:00 +0200 Subject: [PATCH] Rejig .envrc.sample [ci skip] --- .envrc.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.envrc.sample b/.envrc.sample index e5ee773..3012735 100644 --- a/.envrc.sample +++ b/.envrc.sample @@ -1,12 +1,12 @@ export SERVICE=mailu export STACK_NAME=mailu -export CERTDUMPER_POST_VERSION=v1 - # Main mail domain, NOT main web domain (if they are different) export DOMAIN=example.com export LETS_ENCRYPT_ENV=production +export CERTDUMPER_POST_VERSION=v1 + # Custom settings used by certdumper_post.sh and Traefik export WEB_DOMAIN=mail.f0x.link export ACME_JSON=${LETS_ENCRYPT_ENV}-acme.json