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