Blame view

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

# Secret for Flask
export FLASK_SECRET="IAMN0TSECRETCHANGEM3"

# Credentials for the restricted sections
export ADMIN_USERNAME="admin"
export ADMIN_PASSWORD="admin"