]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
better check for existing DB connection runs SET NAMES UTF8 less
[quix0rs-gnu-social.git] / config.php.sample
index a23b41b3192cec813849f0608828ad94fd28b7af..36e62f70f2e557789063a34b3c543e51585a03ab 100644 (file)
@@ -18,6 +18,14 @@ $config['site']['server'] = 'localhost';
 $config['site']['path'] = 'laconica';
 // $config['site']['fancy'] = false;
 // $config['site']['theme'] = 'default';
+// Sets the site's default design values (match it with the values in the theme)
+// $config['site']['design']['backgroundcolor'] = '#F0F2F5';
+// $config['site']['design']['contentcolor'] = '#FFFFFF';
+// $config['site']['design']['sidebarcolor'] = '#CEE1E9';
+// $config['site']['design']['textcolor'] = '#000000';
+// $config['site']['design']['linkcolor'] = '#002E6E';
+// $config['site']['design']['backgroundimage'] = null;
+// $config['site']['design']['disposition'] = 1;
 // To enable the built-in mobile style sheet, defaults to false.
 // $config['site']['mobile'] = true;
 // For contact email, defaults to $_SERVER["SERVER_ADMIN"]
@@ -36,6 +44,9 @@ $config['site']['path'] = 'laconica';
 // If you want logging sent to a file instead of syslog
 // $config['site']['logfile'] = '/tmp/laconica.log';
 
+// Change the syslog facility that Laconica logs to (default is LOG_USER)
+// $config['syslog']['facility'] = LOG_LOCAL7;
+
 // Enables extra log information, for example full details of PEAR DB errors
 // $config['site']['logdebug'] = true;