mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
35 lines
604 B
Smarty
35 lines
604 B
Smarty
### 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=
|
|
|
|
### PostgreSQL ###
|
|
POSTGRES_DB_NAME=
|
|
POSTGRES_USER=
|
|
POSTGRES_PASSWORD=
|