Skip to content

Commit

Permalink
Adds Flickr user id placeholder to global config.
Browse files Browse the repository at this point in the history
Add your own Flickr id in config/local.php if you want to keep it hidden
  • Loading branch information
jeremykendall committed Dec 7, 2013
1 parent 1a4224b commit 87263fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/global.php
Expand Up @@ -17,6 +17,7 @@
return array(
'flickr.api.endpoint' => 'http://api.flickr.com/services/rest',
'flickr.api.key' => '1234abcd1234abcd1234abcd1234abcd',
'flickr.user.id' => null,
'pubsubhubbub.url' => 'https://pubsubhubbub.appspot.com/',
'feed.outfile' => 'feed.xml',
'feed.format' => 'rss',
Expand Down

0 comments on commit 87263fd

Please sign in to comment.