Created
June 22, 2012 19:37
-
-
Save bonjourmauko/2974663 to your computer and use it in GitHub Desktop.
Revisions
-
Mauko Quiroga created this gist
Jun 22, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ # config/jugdeme.yml development: url: "http://localhost:3001" api_key: "sdfsafsafasfasdfsafdfds" production: url: "http://api.judgeme.com" api_key: "sdfsafsafasfasdfsafdfds" # config/initializers/judgeme.rb JUDGEME = YAML::load(File.open("#{Rails.root}/config/judgeme.yml"))[Rails.env]