Commit 23357f97b8e2d14654d3e4fa983f626be91c24cf
1 parent
cae7d697
Exists in
master
Distribute an .env file.
We're going to need to hide the secrets at some point. Copy this file into `.env` and customize it.
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,9 @@ |
1 | +# Create a sibling `.env` file from this file, and customize it. | |
2 | +# `export ` prefixes are ignored and allow bash sourcing of this file | |
3 | + | |
4 | +# Secret for Flask | |
5 | +export FLASK_SECRET="IAMN0TSECRETCHANGEM3" | |
6 | + | |
7 | +# Credentials for the restricted sections | |
8 | +export ADMIN_USERNAME="admin" | |
9 | +export ADMIN_PASSWORD="admin" | |
0 | 10 | \ No newline at end of file | ... | ... |