Skip to content

Commit

Permalink
fixed api key
Browse files Browse the repository at this point in the history
  • Loading branch information
bzhang committed Jan 10, 2012
1 parent 33c72f2 commit 8e6fd40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/initializers/01_magento.rb
@@ -0,0 +1,6 @@
FACEBOOK_API_USER_LOCAL = '213342972085914'
FACEBOOK_API_KEY_LOCAL = '5b59c74ffafd50c5b3191e0d7b3968ef'


API_USER_LOCAL = 'ben'
API_KEY_LOCAL = 'optaros'
6 changes: 6 additions & 0 deletions config/initializers/02_magento.rb
@@ -0,0 +1,6 @@
FACEBOOK_API_USER = ENV['FACEBOOK_API_USER'] || FACEBOOK_API_USER_LOCAL
FACEBOOK_API_KEY = ENV['FACEBOOK_API_KEY'] || FACEBOOK_API_KEY_LOCAL


API_USER = ENV['API_USER'] || API_USER_LOCAL
API_KEY = ENV['API_KEY'] || API_KEY_LOCAL

0 comments on commit 8e6fd40

Please sign in to comment.