Commit 9a6711975d8e9d7e02748a40d0dea87965c533ba

Authored by Vasiliy Ermolovich
2 parents 12765b8d 6e3c8d01
Exists in master and in 1 other branch production

Merge pull request #241 from 12spokes/heroku_ssl_option

Add enforce_ssl as a Heroku config option
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/initializers/_load_config.rb
... ... @@ -13,6 +13,7 @@ unless defined?(Errbit::Config)
13 13 Errbit::Config.confirm_resolve_err = ENV['ERRBIT_CONFIRM_RESOLVE_ERR']
14 14 Errbit::Config.user_has_username = ENV['ERRBIT_USER_HAS_USERNAME']
15 15 Errbit::Config.allow_comments_with_issue_tracker = ENV['ERRBIT_ALLOW_COMMENTS_WITH_ISSUE_TRACKER']
  16 + Errbit::Config.enforce_ssl = ENV['ERRBIT_ENFORCE_SSL']
16 17  
17 18 Errbit::Config.use_gravatar = ENV['ERRBIT_USE_GRAVATAR']
18 19 Errbit::Config.gravatar_default = ENV['ERRBIT_GRAVATAR_DEFAULT']
... ...