From 139c4ecfc4f6ca975a681bba527b90156ba8380c Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 30 Dec 2020 13:19:32 +0200 Subject: [PATCH] =?UTF-8?q?Switch=20from=20envrc=20=E2=86=92=20env=20forma?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref coop-cloud/abra#40 --- .env.sample | 6 ++++++ .envrc.sample | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .env.sample delete mode 100644 .envrc.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..a3fded6 --- /dev/null +++ b/.env.sample @@ -0,0 +1,6 @@ +DOMAIN=matrix.example.com +APP=matrix + +LETS_ENCRYPT_ENV=production + +ENTRYPOINT_CONF_VERSION=v1 diff --git a/.envrc.sample b/.envrc.sample deleted file mode 100644 index caf5c1a..0000000 --- a/.envrc.sample +++ /dev/null @@ -1,6 +0,0 @@ -export DOMAIN=matrix.example.com -export APP=matrix - -export LETS_ENCRYPT_ENV=production - -export ENTRYPOINT_CONF_VERSION=v1