Commit 816c2a4e01dddf6eb340ddb518097e643621f3b7

Authored by Carlos Morais
Committed by Paulo Meireles
1 parent 82df2dfd

Changing default Kalibro Service addresss

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
plugins/mezuro/lib/kalibro/client/port.rb
... ... @@ -2,7 +2,7 @@ require 'savon'
2 2  
3 3 class Kalibro::Client::Port
4 4  
5   - @@service_address = 'http://valinhos.ime.usp.br:50688/KalibroService/'
  5 + @@service_address = 'http://localhost:8080/KalibroService/'
6 6  
7 7 def self.service_address
8 8 @@service_address
... ... @@ -21,4 +21,4 @@ class Kalibro::Client::Port
21 21 response.to_hash["#{action}_response".to_sym]
22 22 end
23 23  
24   -end
25 24 \ No newline at end of file
  25 +end
... ...