From e66832b78a8e5e93c86ba077755ceccff37a5e3b Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 8 Feb 2021 15:28:40 +0200 Subject: [PATCH] Move config to abra.sh Ref coop-cloud/abra#43 --- .env.sample | 2 -- abra.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 abra.sh diff --git a/.env.sample b/.env.sample index 54a8318..07cf30a 100644 --- a/.env.sample +++ b/.env.sample @@ -2,5 +2,3 @@ DOMAIN=matrix.example.com TYPE=matrix LETS_ENCRYPT_ENV=production - -ENTRYPOINT_CONF_VERSION=v1 diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..607a440 --- /dev/null +++ b/abra.sh @@ -0,0 +1,2 @@ +export ENTRYPOINT_CONF_VERSION=v1 +export TURNSERVER_CONF_VERSION=v1