From 83fd75b3669118fc29ef3bd389ec8de2f86c71f0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 30 Dec 2020 13:19:35 +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 | 12 ++++++++++++ .envrc.sample | 12 ------------ 2 files changed, 12 insertions(+), 12 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..4802ba5 --- /dev/null +++ b/.env.sample @@ -0,0 +1,12 @@ +APP=wallabag + +DOMAIN=wallabag.example.com +## Domain aliases +#EXTRA_DOMAINS=', `www.wallabag.example.com`' +LETS_ENCRYPT_ENV=production + +DB_PASSWORD_VERSION=v1 +DB_ROOT_PASSWORD_VERSION=v1 + +# Wallabag options, see https://github.com/wallabag/docker +SYMFONY__ENV__FOSUSER_REGISTRATION=false diff --git a/.envrc.sample b/.envrc.sample deleted file mode 100644 index 452ff14..0000000 --- a/.envrc.sample +++ /dev/null @@ -1,12 +0,0 @@ -export APP=wallabag - -export DOMAIN=wallabag.example.com -## Domain aliases -#export EXTRA_DOMAINS=', `www.wallabag.example.com`' -export LETS_ENCRYPT_ENV=production - -export DB_PASSWORD_VERSION=v1 -export DB_ROOT_PASSWORD_VERSION=v1 - -# Wallabag options, see https://github.com/wallabag/docker -export SYMFONY__ENV__FOSUSER_REGISTRATION=false