From 1f08c9bdcfe8e9ca689eb629bdd475618fa3bd2e Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 30 Dec 2020 13:19:34 +0200 Subject: [PATCH] =?UTF-8?q?Switch=20from=20envrc=20=E2=86=92=20env=20forma?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref coop-cloud/abra#40 --- .env.sample | 15 +++++++++++++++ .envrc.sample | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 .env.sample delete mode 100644 .envrc.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..b8eb2be --- /dev/null +++ b/.env.sample @@ -0,0 +1,15 @@ +APP=postfix_relay +STACK_NAME=postfix_relay + +DOMAIN=example.com +LETS_ENCRYPT_ENV=production + +# Postfix options, see +# https://github.com/bokysan/docker-postfix#configuration-options +#TZ=Europe/London +#INBOUND_DEBUGGING=1 + +# $DOMAIN will be added by default, specify any more here: +#EXTRA_SENDER_DOMAINS="app.example.com" +# Replace *.example.com with example.com in outgoing mail +#MASQUERADED_DOMAINS="example.com" diff --git a/.envrc.sample b/.envrc.sample deleted file mode 100644 index ef4ed71..0000000 --- a/.envrc.sample +++ /dev/null @@ -1,15 +0,0 @@ -export APP=postfix_relay -export STACK_NAME=postfix_relay - -export DOMAIN=example.com -export LETS_ENCRYPT_ENV=production - -# Postfix options, see -# https://github.com/bokysan/docker-postfix#configuration-options -#export TZ=Europe/London -#export INBOUND_DEBUGGING=1 - -# $DOMAIN will be added by default, specify any more here: -#export EXTRA_SENDER_DOMAINS="app.example.com" -# Replace *.example.com with example.com in outgoing mail -#export MASQUERADED_DOMAINS="example.com"