summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2008-09-07 02:21:18 -0400
committerZach Copley <zach@controlyourself.ca>2008-09-07 02:21:18 -0400
commit6b42c984eef502a9e6174f1c7b5122b678b8bf4b (patch)
tree3a51bcf641e00ef6f0593cf9af58338453a3ebcb /config.php.sample
parent9eca4e08745be9375048577bee2078012aa5cd21 (diff)
Twitter integration - added $config option for source attribute when posting to Twitter
darcs-hash:20080907062118-7b5ce-b4412446bbf245b1d14a78b01ecde0f71f621185.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 875dc8b25..900d99c41 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -86,3 +86,6 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
#optionally show non-local messages in public timeline
#$config['public']['localonly'] = false;
+
+#Twitter integration source attribute. Note: default is Laconica
+#$config['integration']['source'] = 'Laconica';