Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
pollseed committed Sep 12, 2015
1 parent 828bc30 commit e5e2c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
# Add a new OmniAuth provider. Check the wiki for more information on setting
# up on your models and hooks.
# config.omniauth :github, 'APP_ID', 'APP_SECRET', scope: 'user,public_repo'
config.omniauth :twitter, "GfTi4PoJCNGhkmdmAOzgJSuM9", "oj6EfVDzfRy4QKbWZbk343Vg2oWIp6n0KRJWiooIS92ktXE9db"
config.omniauth :twitter, ENV['TWITTER_ACCESS_LOGIN'], ENV['TWITTER_SECRET_LOGIN']

# ==> Warden configuration
# If you want to use other strategies, that are not supported by Devise, or
Expand Down

0 comments on commit e5e2c09

Please sign in to comment.