All configuration via .env file. (This replaces the nopaque.env file)

This commit is contained in:
Patrick Jentsch
2020-06-09 12:46:08 +02:00
parent f32c6e9faa
commit 59003593b6
8 changed files with 89 additions and 109 deletions

View File

@ -1,35 +0,0 @@
### Docker ###
# Fill out these variables to use the Docker HTTP socket. When doing this, you
# can remove the Docker UNIX socket mount from the docker-compose file.
# DOCKER_CERT_PATH=
# DOCKER_HOST=
# DOCKER_TLS_VERIFY=
### Flask ###
FLASK_CONFIG=
SECRET_KEY=
### GitLab Registry ###
GITLAB_USERNAME=
GITLAB_PASSWORD=
### Flask-Mail ###
MAIL_SERVER=
MAIL_PORT=
MAIL_USE_TLS=
MAIL_USERNAME=
MAIL_PASSWORD=
### nopaque ###
NOPAQUE_ADMIN=
NOPAQUE_CONTACT=
NOPAQUE_DOMAIN=
NOPAQUE_LOG_LEVEL=
NOPAQUE_MAIL_SENDER=
NOPAQUE_STORAGE=
NOPAQUE_EXECUTE_NOTIFICATIONS=
### PostgreSQL ###
POSTGRES_DB_NAME=
POSTGRES_USER=
POSTGRES_PASSWORD=