Modify redirect.php to use .env variables

This commit is contained in:
2018-01-18 01:10:37 -05:00
parent 0efa00ff68
commit 90d4ba62d0
2 changed files with 21 additions and 8 deletions

View File

@ -1,3 +1,9 @@
REDMINE_URL="https://hq.example.com"
REDMINE_API_KEY="abc123"
DEBUG_MODE=FALSE
REDMINE_URL='https://redmine.example.com'
# Used to get mappings.
REDMINE_API_KEY=''
# Used for sending email to Redmine. Not sure if these can be consolidated atm.
KEY=''
# Leave these two blank for false.
CATCHALL_PROJECT_NAME='catch'
DEBUG_MODE=
DRY_RUN=