mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
15 lines
286 B
Smarty
15 lines
286 B
Smarty
### Flask ###
|
|
FLASK_CONFIG=production
|
|
# SECRET_KEY=
|
|
|
|
### Flask-Mail ###
|
|
MAIL_SERVER=smtp.example.com
|
|
MAIL_PORT=587
|
|
MAIL_USE_TLS=true
|
|
MAIL_USERNAME=username@example.com
|
|
MAIL_PASSWORD=password
|
|
MAIL_DEFAULT_SENDER=username@example.com
|
|
|
|
### Opaque ###
|
|
OPAQUE_ADMIN=admin.opaque@example.com
|