From 65007b30bb5dfa232f5e2afdd61db48a33760746 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 8 Feb 2021 15:41:01 +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 c9e3d8f..84273e0 100644 --- a/.env.sample +++ b/.env.sample @@ -22,4 +22,3 @@ C_TITLE=Statuspal CE C_DESCRIPTION= SECRET_DB_PASSWORD_VERSION=v1 -ENTRYPOINT_CONF_VERSION=v1 diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..5c54e9d --- /dev/null +++ b/abra.sh @@ -0,0 +1 @@ +export ENTRYPOINT_CONF_VERSION=v1