Skip to content

Commit

Permalink
Remove dead auth keys. Use ENV for new keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlower committed Jul 11, 2012
1 parent 5f0082f commit c5b6435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.rb
Expand Up @@ -4,8 +4,8 @@ class App < Sinatra::Base
use Rack::Session::Cookie use Rack::Session::Cookie
use OmniAuth::Builder do use OmniAuth::Builder do
provider :academiaedu, provider :academiaedu,
'b944c3929026621a94ac615ce11e9c8c355ce9c6161e0d6a77a2e194d717cabc', ENV['AUTH_KEY'],
'a8d6b5f5705a9fb38b92c67b6a22cd1291449a6a818630096003401b8b546992' ENV['AUTH_SECRET']
end end


helpers do helpers do
Expand Down

0 comments on commit c5b6435

Please sign in to comment.