Commit 6e3c8d011ffc2557b26119d3220f56526af62a83

Authored by Trey Bean
1 parent 12765b8d
Exists in master and in 1 other branch production

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']
... ...