diff options
author | Chris Slamar <chris@slamar.org> | 2010-12-15 12:44:09 -0600 |
---|---|---|
committer | Chris Slamar <chris@slamar.org> | 2010-12-15 12:44:09 -0600 |
commit | 6f64039970c49f17812f0d1308b914cbcf144124 (patch) | |
tree | 3bcfe9e63a2ec0ee053b3447ef6084aac563eca5 /config | |
parent | f83fa48e5c7a2cf9d50873e58615dbb4c27d402c (diff) | |
download | ampache-6f64039970c49f17812f0d1308b914cbcf144124.tar.gz ampache-6f64039970c49f17812f0d1308b914cbcf144124.tar.bz2 ampache-6f64039970c49f17812f0d1308b914cbcf144124.zip |
Put twitter info in ampache.cfg.php.dist
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 1c6e276c..e790b3db 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -628,3 +628,8 @@ use_rss = true ; SMTP Password ; your mail auth password. ;mail_auth_pass = "" + +; Twitter +twitter = true +twitter_consumer_key = "tCCFlruiduHyUuC2vNQEyQ" +twitter_consumer_secret = "omRMNdRNktRIqxJVm2uTDyN5iDTUF6Q8eBoinTNgI" |