Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Created Oauth application, added env for APPLICATION_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
hodak committed Sep 15, 2014
1 parent 01b7bd9 commit 646d093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/concerns/js_env.rb
Expand Up @@ -6,7 +6,8 @@ module JsEnv

def js_env
data = {
host: ENV['HOST']
host: ENV['HOST'],
application_id: ENV['APPLICATION_ID']
}

<<-EOS.html_safe
Expand Down
1 change: 1 addition & 0 deletions config/application.yml
@@ -1,2 +1,3 @@
HOST: 'localhost:3000'
APPLICATION_ID: '93632f4c75569138fc68611c035eb060b564aa227c58ae178975d83d8f8bc239'

0 comments on commit 646d093

Please sign in to comment.