update URL to prod, remove deprecated server reference pines-customizations
authorChris Sharp <csharp@georgialibraries.org>
Wed, 13 Oct 2021 14:43:03 +0000 (10:43 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 Mar 2022 20:51:06 +0000 (16:51 -0400)
config/production.config.php

index 37cb6db..67ead14 100644 (file)
@@ -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');