mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Add .env example file.
This commit is contained in:
parent
f2806f9473
commit
a05e37ddb6
17
.env_example
Normal file
17
.env_example
Normal file
@ -0,0 +1,17 @@
|
||||
### 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=
|
Loading…
Reference in New Issue
Block a user