From: Chris Sharp Date: Wed, 13 Oct 2021 14:43:03 +0000 (-0400) Subject: update URL to prod, remove deprecated server reference X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fpines-customizations;p=contrib%2Fpines%2Freport-creator.git update URL to prod, remove deprecated server reference --- 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');