diff --git a/.env.dist b/.env.dist new file mode 100644 index 0000000..28300e5 --- /dev/null +++ b/.env.dist @@ -0,0 +1,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" \ No newline at end of file -- libgit2 0.21.2