Blame view

.env.dist 644 Bytes
23357f97   Antoine Goutenoir   Distribute an .en...
1
# Create a sibling `.env` file from this file, and customize it.
f3124890   Antoine Goutenoir   Prepare mailer co...
2
# `export ` prefixes are ignored and allow bash sourcing of this file.
23357f97   Antoine Goutenoir   Distribute an .en...
3
4
5
6
7
8

# Secret for Flask
export FLASK_SECRET="IAMN0TSECRETCHANGEM3"

# Credentials for the restricted sections
export ADMIN_USERNAME="admin"
f3124890   Antoine Goutenoir   Prepare mailer co...
9
10
11
12
13
14
15
16
17
18
19
20
export ADMIN_PASSWORD="admin"

# Mail sending configuration
export MAIL_SERVER="localhost"
export MAIL_PORT=25
export MAIL_USE_TLS=0
export MAIL_USE_SSL=0
export MAIL_USERNAME="my_username"
export MAIL_PASSWORD="my_password"
export MAIL_DEFAULT_SENDER="bot-noreply@travel-footprint-calculator.irap.omp.eu"
#export MAIL_MAX_EMAILS=None
#export MAIL_ASCII_ATTACHMENTS=False