13 lines
429 B
Plaintext
13 lines
429 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'
|
|
# Leave these three blank for false.
|
|
DEBUG_MODE=
|
|
DRY_RUN=
|
|
TEST=
|