Commit a22e5153c623ee875ddade6dcbce1060718bf752
1 parent
f9f97e12
Exists in
colab
and in
2 other branches
Fix kalibro services address init under production
The configurations has been moved from KalibroClient module into Likeno. Signed-off-by: Eduardo Araújo <duduktamg@hotmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/environments/production.rb
... | ... | @@ -80,7 +80,7 @@ Rails.application.configure do |
80 | 80 | config.active_record.dump_schema_after_migration = false |
81 | 81 | |
82 | 82 | # Kalibro URL |
83 | - KalibroClient.configure_with(Rails.root.join('config', 'kalibro.yml')) | |
83 | + Likeno.configure_with(Rails.root.join('config', 'kalibro.yml')) | |
84 | 84 | |
85 | 85 | # ActionMailer SMTP |
86 | 86 | config.action_mailer.delivery_method = :smtp | ... | ... |