Update .env.example

This commit is contained in:
Jon Goldberg 2018-01-18 02:06:49 -05:00
parent b52f6e571e
commit 9b9d68f4af
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,12 @@ REDMINE_URL='https://redmine.example.com'
REDMINE_API_KEY=''
# Used for sending email to Redmine. Not sure if these can be consolidated atm.
KEY=''
# Leave these two blank for false.
# Delivery address is the original email before the "@". e.g. if delivering to "support_mt@mayfirst.org", set this to "support_mt"
DELIVERY_ADDRESS='support_mt'
CATCHALL_PROJECT_NAME='catch'
# The path to the root directory containing this file.
FILEPATH='/usr/local/bin/redirect_test'
# Leave these three blank for false.
DEBUG_MODE=
DRY_RUN=
TEST=