LP#1586106: Remove PINES-specific reference settings and correct user/abowling/rm_pines_specific_settings
authorAdam Bowling <abowling@emeralddata.net>
Mon, 13 Feb 2017 23:51:12 +0000 (18:51 -0500)
committerAdam Bowling <abowling@emeralddata.net>
Mon, 13 Feb 2017 23:51:12 +0000 (18:51 -0500)
misspelled "pasges" in config file.

Signed-off-by: Adam Bowling <abowling@emeralddata.net>
config/production.config.php

index e0ceac0..90fc730 100644 (file)
@@ -1,17 +1,16 @@
 <?php
 //system configs
 define ('QR_ERROR_REPORTING_LEVEL', E_ALL);
-define ('QR_DEFAULT_TIME_ZONE', 'America/New_York');
-define ('QR_REPORT_OUTPUT_URL_PREFIX', 'https://next.gapines.org/reporter/');
+//define ('QR_DEFAULT_TIME_ZONE', 'America/New_York'); //Set local time zone for reporting
+//define ('QR_REPORT_OUTPUT_URL_PREFIX', 'https://www.example.com/reporter/'); //Set custom domain output prefix
 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');
 
 //page headings
 define ('QR_DEFAULT_LOGO_TEXT', 'Quick Reports');
 define ('QR_DEFAULT_TITLE_TAG_TEXT', 'Quick Reports');
-define ('QR_HOME_PAGE_WELCOME_TEXT', 'Welcome to the PINES Quick Reports Tool');
-define ('QR_LOGIN_PAGE_WELCOME_TEXT', 'Welcome to the PINES Quick Reports Tool.');
+define ('QR_HOME_PAGE_WELCOME_TEXT', 'Welcome to the Evergreen Quick Reports Tool');
+define ('QR_LOGIN_PAGE_WELCOME_TEXT', 'Welcome to the Evergreen Quick Reports Tool.');
 define ('QR_PAGE_FOOTER_TEXT', '');
 
 //executive reports
@@ -19,9 +18,9 @@ define ('QR_EXECUTIVE_REPORTS_ENABLED', true);
 define ('QR_EXECUTIVE_REPORTS_START_YEAR', '2016');
 define ('QR_EXECUTIVE_REPORTS_ADDITIONAL_ALLOWED_PERMISSIONS', '141,143');
 define ('QR_EXECUTIVE_REPORTS_DESCRIPTION_URL', '');
-define ('QR_EXECUTIVE_REPORTS_TITLE_TAG_TEXT', 'PINES Executive Reports');
-define ('QR_EXECUTIVE_REPORTS_OUTPUT_HEADER_TITLE', 'PINES Executive Reports');
-define ('QR_EXECUTIVE_REPORTS_CONSORTIUM_COLUMN_HEADING', 'PINES');
+define ('QR_EXECUTIVE_REPORTS_TITLE_TAG_TEXT', 'Evergreen Executive Reports');
+define ('QR_EXECUTIVE_REPORTS_OUTPUT_HEADER_TITLE', 'Evergreen Executive Reports');
+define ('QR_EXECUTIVE_REPORTS_CONSORTIUM_COLUMN_HEADING', '');
 define ('QR_EXECUTIVE_REPORTS_ZERO_VALUE', '---');
 define ('QR_EXECUTIVE_REPORTS_TOTAL_KEY', '__total__');
 define ('QR_EXECUTIVE_REPORTS_SUBREPORT_PADDING', '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
@@ -36,7 +35,7 @@ define ('QR_MAX_LOGIN_ATTEMPTS_ALLOWED', 3);
 define ('QR_USERS_ALLOWED_PERMISSIONS', '141,143');
 define ('QR_ADMINS_ALLOWED_PERMISSIONS', '-1,1200');   //-1 is super admin
 define ('QR_ALLOW_GROUP_PERMISSIONS', true);
-define ('QR_ADMIN_PERMISSION_REQUIRED_MESSAGE', 'You must be an administrator to acces this pasge.');
+define ('QR_ADMIN_PERMISSION_REQUIRED_MESSAGE', 'You must be an administrator to acces this page.');
 
 //general database constants
 define('QR_DB_SCHEMA','quick_reports');        //schema created for tables specific to this reporting tool
@@ -77,9 +76,9 @@ define ('QR_MEMCACHE_PROTOCOL_2', 'tcp');
 define ('QR_MEMCACHE_PARAMS_2', '?persistent=1&weight=2&timeout=2&retry_interval=10');
 
 if (!QR_MEMCACHE_USE_OPENSRF_XML_CONFIG) {
-define ('QR_MEMCACHE_HOST_1', '10.30.30.151');
+define ('QR_MEMCACHE_HOST_1', 'localhost');
 define ('QR_MEMCACHE_PORT_1', 11211);
-//define ('QR_MEMCACHE_HOST_2', '10.10.10.152');
+//define ('QR_MEMCACHE_HOST_2', 'localhost');
 //define ('QR_MEMCACHE_PORT_2', 11211);
 }
 }