Commit 0b8e6a29b9e64d4cfc7904e551fbde79c40bfbd8
Exists in
colab
and in
4 other branches
Merge pull request #175 from mezuro/production_conf
Changing configuration of Kalibro Client for production
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/environments/production.rb
... | ... | @@ -78,7 +78,7 @@ Rails.application.configure do |
78 | 78 | config.active_record.dump_schema_after_migration = false |
79 | 79 | |
80 | 80 | # Kalibro URL |
81 | - KalibroGatekeeperClient.configure_with(Rails.root.join('config', 'kalibro_gatekeeper.yml')) | |
81 | + KalibroClient.configure_with(Rails.root.join('config', 'kalibro.yml')) | |
82 | 82 | |
83 | 83 | # ActionMailer SMTP |
84 | 84 | config.action_mailer.delivery_method = :smtp | ... | ... |