]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
limit rss streams to 100 items by default
[quix0rs-gnu-social.git] / config.php.sample
index bfd1da8ce2bb623354093dc14460aebef2dead36..82c1c44ea06ea4773ec5028efdc8204476ca4d02 100644 (file)
@@ -33,3 +33,15 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
 
 #session_set_cookie_params(0, '/'. $config['site']['path'] .'/');
 
+#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';
+