]> 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 011c6daf6691b6b111f7ff35004f377a8e88137a..82c1c44ea06ea4773ec5028efdc8204476ca4d02 100644 (file)
@@ -3,6 +3,12 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
+#If you have downloaded libraries in random little places, you
+#can add the paths here
+
+#$extra_path = array("/opt/php-openid-2.0.1", "/usr/local/share/php");
+#set_include_path(implode(PATH_SEPARATOR, $extra_path) . PATH_SEPARATOR . get_include_path());
+
 # We get called by common.php, $config is a tree with lots of config
 # options
 # These are for configuring your URLs
@@ -27,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';
+