mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
18 lines
382 B
Plaintext
18 lines
382 B
Plaintext
### Flask ###
|
|
# 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
|
|
OPAQUE_STORAGE_DIRECTORY=/absolut/path/to/opaque/storage/directory
|
|
|
|
### Flask-SQLAlchemy ###
|
|
# SQLALCHEMY_DATABASE_URI=
|