]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
remove dataobject.ini
[quix0rs-gnu-social.git] / config.php.sample
index add56b8392bc995dceac86ac05263bbeff5bed65..27511d129bbc038532ba6bb25d68a0540e74e6e1 100644 (file)
@@ -24,6 +24,9 @@ $config['site']['path'] = 'laconica';
 #$config['site']['broughtby'] = 'Individual or Company';
 #$config['site']['broughtbyurl'] = 'http://example.net/';
 
+# If you want logging sent to a file in addition to syslog
+#$config['site']['logfile'] = '/tmp/laconica.log';
+
 # This is a PEAR DB DSN, see http://pear.php.net/manual/en/package.database.db.intro-dsn.php
 # Set it to match your actual database
 
@@ -50,3 +53,7 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
 #$config['xmpp']['resource'] = 'uniquename';
 #$config['xmpp']['password'] = 'blahblahblah';
 
+#Do notice broadcasts offline
+#If you set this, you must run the queuehandler.php
+#as a daemon (with, say, start-stop-daemon)
+#$config['queue']['enabled'] = true;
\ No newline at end of file