From 0aa32f6355e4b3bcb86e36625820aca69ca761ce Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 13 Oct 2021 10:43:03 -0400 Subject: [PATCH] update URL to prod, remove deprecated server reference --- config/production.config.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/production.config.php b/config/production.config.php index 37cb6db..67ead14 100644 --- a/config/production.config.php +++ b/config/production.config.php @@ -2,9 +2,8 @@ //system configs define ('QR_ERROR_REPORTING_LEVEL', E_ALL ^ E_WARNING); define ('QR_DEFAULT_TIME_ZONE', 'America/New_York'); -define ('QR_REPORT_OUTPUT_URL_PREFIX', 'https://next.gapines.org/reporter/'); +define ('QR_REPORT_OUTPUT_URL_PREFIX', 'https://gapines.org/reporter/'); define ('QR_SITE_ROOT', '/report-creator/'); -//define ('QR_REPORT_OUTPUT_URL_PREFIX', 'https://reports-dev.gapines.org/reporter/'); define ('QR_REPORT_OUTPUT_URL_SUFFIX', '/report-data.html'); define ('QR_REPORT_TRANSFORM_START_YEAR', '2006'); -- 2.11.0