]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
UNDO: use DB_DataObject join
[quix0rs-gnu-social.git] / config.php.sample
index 8253bdeed68dfa394463656d869a6d0aed21f80d..2dbdbb673eed21a3bdeef8a461ea5895ceac61d8 100644 (file)
@@ -18,6 +18,11 @@ $config['site']['server'] = 'localhost';
 $config['site']['path'] = 'laconica';
 #$config['site']['fancy'] = false;
 #$config['site']['theme'] = 'default';
+#For contact email, defaults to $_SERVER["SERVER_ADMIN"]
+#$config['site']['email'] = 'admin@example.net';
+#Brought by...
+#$config['site']['broughtby'] = 'Individual or Company';
+#$config['site']['broughtbyurl'] = 'http://example.net/';
 
 # 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
@@ -36,3 +41,16 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
 #Standard fancy-url clashes prevented by not allowing nicknames on a blacklist
 #Add your own here. Note: empty array by default
 #$config['nickname']['blacklist'][] = 'scobleizer';
+
+# xmpp
+#$config['xmpp']['enabled'] = false;
+#$config['xmpp']['server'] = 'server.example.net';
+#$config['xmpp']['port'] = 5222;
+#$config['xmpp']['user'] = 'update';
+#$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