]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-local.php.dist
Renamed 'comma_def' to 'max_comma' to fit with configuration entry
[mailer.git] / inc / config-local.php.dist
index 348ecbb7285ad85d14f3dd8922a020eba449d8e9..49063403bf76f1aa7f1132b77c4dd57551aed981 100644 (file)
@@ -63,7 +63,7 @@ setConfigEntry('WRITE_FOOTER', 'Y');
 setConfigEntry('OUTPUT_MODE', 'render');
 
 // CFG: INSTALLED
-setConfigEntry('MXCHANGE_INSTALLED', 'N');
+setConfigEntry('MAILER_INSTALLED', 'N');
 
 // CFG: ADMIN-SETUP
 setConfigEntry('ADMIN_REGISTERED', 'N');
@@ -89,6 +89,9 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
 // CFG: DEBUG-SQL (Logs all queries to inc/cache/mysql.log)
 //setConfigEntry('DEBUG_SQL', 'Y');
 
+// CFG: DEBUG-HOURLY (comment in to test hourly reset, comment out to not test)
+//setConfigEntry('DEBUG_HOURLY', 'Y');
+
 // CFG: DEBUG-RESET (comment in to test daily reset, comment out to not test)
 //setConfigEntry('DEBUG_RESET', 'Y');
 
@@ -101,7 +104,10 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
 // CFG: DEBUG-REGEX (comment in to debug regular expressions)
 //setConfigEntry('DEBUG_REGEX', 'Y');
 
-// CFG: ALLOW-TESTER0ACCOUNTS (comment in to allow tester accounts being re-included)
+// CFG: DEBUG-BUILD-MAILS
+//setConfigEntry('DEBUG_BUILD_MAILS', 'Y');
+
+// CFG: ALLOW-TESTER-ACCOUNTS (comment in to allow tester accounts being re-included)
 //setConfigEntry('ALLOW_TESTER_ACCOUNTS', 'Y');
 
 // Your MySQL data (we don't like M$ SQL ;-) )