redmine_redirect_wrapper/.env.example
2018-01-18 02:06:49 -05:00

15 lines
524 B
Plaintext

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=''
# 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=