From ee95845d682f239deb5f72846cffbe7f6363f5ca Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 8 Feb 2021 15:41:21 +0200 Subject: [PATCH] Move config to abra.sh Ref coop-cloud/abra#43 --- .env.sample | 2 -- abra.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 abra.sh diff --git a/.env.sample b/.env.sample index 59ee501..3682fe4 100644 --- a/.env.sample +++ b/.env.sample @@ -6,5 +6,3 @@ DOMAIN=strapi.example.com LETS_ENCRYPT_ENV=production SECRET_DB_ROOT_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