From 9789a06ccfc6a9e10ef5d7c08e1ea3bd423a42c0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 8 Feb 2021 15:39:21 +0200 Subject: [PATCH] Move config to abra.sh Ref coop-cloud/abra#43 --- .env.sample | 1 - abra.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 abra.sh diff --git a/.env.sample b/.env.sample index dadb534..a8b0c0a 100644 --- a/.env.sample +++ b/.env.sample @@ -21,7 +21,6 @@ SELFOSS_PASSWORD= # Options are EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG, None SELFOSS_LOGGER_LEVEL=ERROR -ENTRYPOINT_CONF_VERSION=v7 DB_PASSWORD_VERSION=v1 # Not required yet, see # https://git.autonomic.zone/compose-stacks/selfoss/issues/3 diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..3ecafc3 --- /dev/null +++ b/abra.sh @@ -0,0 +1 @@ +export ENTRYPOINT_CONF_VERSION=v7