From 3c08820c5630ffe0451c1db29dab871e4fcb2ea1 Mon Sep 17 00:00:00 2001 From: Heitor Reis Date: Thu, 12 Feb 2015 10:08:43 -0200 Subject: [PATCH] Changing configuration of Kalibro Client for production --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 7d9a9e3..7933aa6 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -78,7 +78,7 @@ Rails.application.configure do config.active_record.dump_schema_after_migration = false # Kalibro URL - KalibroGatekeeperClient.configure_with(Rails.root.join('config', 'kalibro_gatekeeper.yml')) + KalibroClient.configure_with(Rails.root.join('config', 'kalibro.yml')) # ActionMailer SMTP config.action_mailer.delivery_method = :smtp -- libgit2 0.21.2