diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-06 15:22:13 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-06 15:22:13 +0100 |
commit | c0ea57d3692e587e78c80034b7bc4336a948cd48 (patch) | |
tree | 40b03353292d8947e2d76dca9c785eab5829e0a0 /same/src/main/resources/client.properties.example | |
parent | b5919a813f1ec6a4b6fe8ca407ec12a107e688e3 (diff) |
Support clients in generic App.
Diffstat (limited to 'same/src/main/resources/client.properties.example')
-rw-r--r-- | same/src/main/resources/client.properties.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/same/src/main/resources/client.properties.example b/same/src/main/resources/client.properties.example index 3afb217..9afff59 100644 --- a/same/src/main/resources/client.properties.example +++ b/same/src/main/resources/client.properties.example @@ -1,3 +1,3 @@ -networkName=ClientNetwork -masterUrl=http://10.0.0.6:10010/ port=10011 +localIp=10.0.0.6 +masterUrl=http://10.0.0.6:10010/MasterService.json |