From f065022fa366a60f9dd8102894c55f140be373bd Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 8 Feb 2021 15:32:59 +0200 Subject: [PATCH] Move config to abra.sh Ref coop-cloud/abra#43 --- .env.sample | 3 --- abra.sh | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 abra.sh diff --git a/.env.sample b/.env.sample index e7aac46..0b11ab0 100644 --- a/.env.sample +++ b/.env.sample @@ -15,6 +15,3 @@ TIME_ZONE='Europe/Amsterdam' SECRET_DB_ROOT_PASSWORD_VERSION=v1 SECRET_DB_PASSWORD_VERSION=v1 - -ENTRYPOINT_CONF_VERSION=v1 -MSMTP_CONF_VERSION=v1 diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..337a0b3 --- /dev/null +++ b/abra.sh @@ -0,0 +1,2 @@ +export ENTRYPOINT_CONF_VERSION=v1 +export MSMTP_CONF_VERSION=v1