Commit 3c08820c5630ffe0451c1db29dab871e4fcb2ea1
1 parent
3bc66471
Exists in
colab
and in
4 other branches
Changing configuration of Kalibro Client for production
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
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 | ... | ... |