We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9944951 + ff8aea6 commit 112e7f4Copy full SHA for 112e7f4
config/initializers/omniauth.rb
@@ -2,7 +2,7 @@
2
# http://rubydoc.info/gems/omniauth/OmniAuth/Strategies/Developer
3
provider :developer unless Rails.env.production?
4
5
- provider :github, Github::GITHUB_CLIENT_ID, Github::GITHUB_SECRET
+ provider :github, GithubOld::GITHUB_CLIENT_ID, GithubOld::GITHUB_SECRET
6
provider :twitter, ENV['TWITTER_CONSUMER_KEY'], ENV['TWITTER_CONSUMER_SECRET']
7
provider :linkedin, LinkedInStream::KEY, LinkedInStream::SECRET
8
end
0 commit comments