mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
### 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
|