diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-03-13 12:51:09 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-03-13 12:51:09 +0100 |
commit | af836cf8e577d2dabeb6450066bcc7ff55bf70e8 (patch) | |
tree | 98632cd6e4a9e59bfcf347ef7a2b3e393f91d7f8 /same/src/main/resources | |
parent | 66efef77ac11f57b8e67c5ecb359a75f61790557 (diff) |
Add MasterController interface.
This interface should be used by a client in order to become a master.
Diffstat (limited to 'same/src/main/resources')
-rw-r--r-- | same/src/main/resources/client.properties.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/same/src/main/resources/client.properties.example b/same/src/main/resources/client.properties.example index d000a5d..5c13a0a 100644 --- a/same/src/main/resources/client.properties.example +++ b/same/src/main/resources/client.properties.example @@ -1,5 +1,6 @@ port=10011 localIp=10.0.0.6 +baseUrl=http://10.0.0.6:10011/ masterUrl=http://10.0.0.6:10010/MasterService.json enableDiscovery=true discoveryPort=15066 |