Commit 04472047ff27f4bec0232141aff37084df57084b
1 parent
c8ad80d3
Exists in
master
and in
1 other branch
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,6 +17,7 @@ unless defined?(Errbit::Config) | ||
| 17 | Errbit::Config.use_gravatar = ENV['ERRBIT_USE_GRAVATAR'] | 17 | Errbit::Config.use_gravatar = ENV['ERRBIT_USE_GRAVATAR'] |
| 18 | Errbit::Config.gravatar_default = ENV['ERRBIT_GRAVATAR_DEFAULT'] | 18 | Errbit::Config.gravatar_default = ENV['ERRBIT_GRAVATAR_DEFAULT'] |
| 19 | 19 | ||
| 20 | + Errbit::Config.github_url = ENV['GITHUB_URL'] | ||
| 20 | Errbit::Config.github_authentication = ENV['GITHUB_AUTHENTICATION'] | 21 | Errbit::Config.github_authentication = ENV['GITHUB_AUTHENTICATION'] |
| 21 | Errbit::Config.github_client_id = ENV['GITHUB_CLIENT_ID'] | 22 | Errbit::Config.github_client_id = ENV['GITHUB_CLIENT_ID'] |
| 22 | Errbit::Config.github_secret = ENV['GITHUB_SECRET'] | 23 | Errbit::Config.github_secret = ENV['GITHUB_SECRET'] |