From 9b9d68f4afc3891bed7c0e59b41e0b92ede66f54 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Thu, 18 Jan 2018 02:06:49 -0500 Subject: [PATCH] Update .env.example --- .env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3c04226..1811723 100644 --- a/.env.example +++ b/.env.example @@ -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=