From 7c8330e53bc3d3bfe28dbbef82a28f0f70ed2a64 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 16 Nov 2016 09:30:50 -0500 Subject: [PATCH] Update the development email So they don't get blasted with dev emails. --- setup/config/application.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup/config/application.ini b/setup/config/application.ini index c7de991..5ebbac5 100644 --- a/setup/config/application.ini +++ b/setup/config/application.ini @@ -163,8 +163,8 @@ event_registration.use_full_billing_info_at_top = No event_registration.bill_info_req.comp_code = "fname, lname, phone" event_registration.bill_info_req.check = "fname, lname, phone" event_registration.bill_info_req.cash = "fname, lname, phone" -event_registration.bill_info_req.credit_card = "fname, lname, addr1, addr2, city, state, country, zip, phone, fax" -event_registration.bill_info_req.call_from_merchant = "fname, lname, addr1, addr2, city, state, country, zip, phone, fax" +event_registration.bill_info_req.credit_card = "fname, lname, addr1, addr2, city, state, country, zip, phone, fax" +event_registration.bill_info_req.call_from_merchant = "fname, lname, addr1, addr2, city, state, country, zip, phone, fax" ; -- Billing fields to ignore when no payment is required (free registration) - Only when use_full_billing_info_at_top YES above event_registration.free_use_fname = On event_registration.free_use_lname = On @@ -301,7 +301,8 @@ event_registration.checkout_debug = Off event_registration.debug = 0 event_registration.debug_view = Off event_registration.debug_mail = On -event_registration.checkout_debug = Off +event_registration.checkout_debug = Of +event_registration.organization_internal_email = "dev@gaslightmedia.com" ; steve's server configuration data inherits from development ; and overrides values as necessary -- 2.17.1