Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Aug 18, 2012
1 parent cd325ac commit 2736436
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/initializers/omniauth.rb
@@ -1,6 +1,5 @@
OmniAuth.config.logger = Rails.logger

Rails.application.config.middleware.use OmniAuth::Builder do
provider :twitter, "OKFyfNHLcwpqx5I91Qkvgg", "XA1ramUNLoj9iuJNJdJZXIyr9kqnlcEPi2LUYHoRtks"
# provider :twitter, ENV['SNIPLY_TWITTER_KEY'], ENV['SNIPLY_TWITTER_SECRET']
provider :twitter, ENV['SNIPLY_TWITTER_KEY'], ENV['SNIPLY_TWITTER_SECRET']
end

0 comments on commit 2736436

Please sign in to comment.