Support a .env file, include a .env.example

This commit is contained in:
2018-01-03 04:23:49 -05:00
parent ecf6161040
commit b2c061b842
3 changed files with 10 additions and 1 deletions

3
.env.example Normal file
View File

@ -0,0 +1,3 @@
REDMINE_URL="https://hq.example.com"
REDMINE_API_KEY="abc123"
DEBUG_MODE=FALSE