changeset 566:559b50fd94a9

Update comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Apr 2014 22:09:16 +0300
parents ed2247111fdd
children 3ca521d14cf2
files mconfig.inc.php.example
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mconfig.inc.php.example	Mon Mar 10 17:08:33 2014 +0200
+++ b/mconfig.inc.php.example	Wed Apr 23 22:09:16 2014 +0300
@@ -10,15 +10,17 @@
 
   // SQL database PHP data source name, etc. Refer to
   // http://www.php.net/manual/en/pdo.construct.php
+  // Has been tested with SQLite3 and PostgreSQL backends.
   "sqlDB"           => "sqlite:fap.sqlite3",
+//  "sqlDB"           => "pgsql:dbname=fap2014",
 //  "sqlUsername"     => "",  // Leave unset if not needed
 //  "sqlPassword"     => "",  // --""--
-//  "sqlOptions"      => array(),
+//  "sqlOptions"      => array(), // See PDO documentation
 
-  // Debug information in error log, also enables
-  // using GET requests for certain data that normally
-  // can only be used via POST. WARNING! Do NOT enable
-  // for production databases without a good reason.
+  // Log debug information in error_log, also enables use of GET
+  // requests for certain data that normally can only be used via
+  // POST (for easier manual testing). WARNING! Do NOT enable
+  // for production sites without a good reason.
   "debug"           => false,
 
   // Default page