Commit 816c2a4e01dddf6eb340ddb518097e643621f3b7
Committed by
Paulo Meireles
1 parent
82df2dfd
Exists in
master
and in
22 other branches
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,7 +2,7 @@ require 'savon' | ||
| 2 | 2 | ||
| 3 | class Kalibro::Client::Port | 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 | def self.service_address | 7 | def self.service_address |
| 8 | @@service_address | 8 | @@service_address |
| @@ -21,4 +21,4 @@ class Kalibro::Client::Port | @@ -21,4 +21,4 @@ class Kalibro::Client::Port | ||
| 21 | response.to_hash["#{action}_response".to_sym] | 21 | response.to_hash["#{action}_response".to_sym] |
| 22 | end | 22 | end |
| 23 | 23 | ||
| 24 | -end | ||
| 25 | \ No newline at end of file | 24 | \ No newline at end of file |
| 25 | +end |