Commit 4177dd4e225e572f0e9915f71b3cc4d6233868ff

Authored by Arthur Nogueira Neves
2 parents c8ad80d3 04472047
Exists in master and in 1 other branch production

Merge pull request #718 from CodeForKids/master

Add Github_URL env var to Cloud66 configuration
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/cloud/cloud66/files/_load_config.rb
... ... @@ -17,6 +17,7 @@ unless defined?(Errbit::Config)
17 17 Errbit::Config.use_gravatar = ENV['ERRBIT_USE_GRAVATAR']
18 18 Errbit::Config.gravatar_default = ENV['ERRBIT_GRAVATAR_DEFAULT']
19 19  
  20 + Errbit::Config.github_url = ENV['GITHUB_URL']
20 21 Errbit::Config.github_authentication = ENV['GITHUB_AUTHENTICATION']
21 22 Errbit::Config.github_client_id = ENV['GITHUB_CLIENT_ID']
22 23 Errbit::Config.github_secret = ENV['GITHUB_SECRET']
... ...