Switch from envrc → env format
continuous-integration/drone/push Build is passing Details

Ref coop-cloud/abra#40
This commit is contained in:
3wc 2020-12-30 13:19:35 +02:00
parent e716b77bcf
commit 83fd75b366
2 changed files with 12 additions and 12 deletions

12
.env.sample Normal file
View File

@ -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

View File

@ -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