diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-07 09:34:08 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-07 09:34:08 +0100 |
commit | bd2a0390a6bd6c672bd1416d6894ac646128e9e2 (patch) | |
tree | ba2ae345affdc72190ea5445d5c2adba7542be9a /same | |
parent | 523d8655d89d07724569dad790f8564ec623167d (diff) |
Configuration files with discovery service.
Diffstat (limited to 'same')
-rw-r--r-- | same/src/main/resources/client.properties.example | 2 | ||||
-rw-r--r-- | same/src/main/resources/master.properties.example | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/same/src/main/resources/client.properties.example b/same/src/main/resources/client.properties.example index 9afff59..d000a5d 100644 --- a/same/src/main/resources/client.properties.example +++ b/same/src/main/resources/client.properties.example @@ -1,3 +1,5 @@ port=10011 localIp=10.0.0.6 masterUrl=http://10.0.0.6:10010/MasterService.json +enableDiscovery=true +discoveryPort=15066 diff --git a/same/src/main/resources/master.properties.example b/same/src/main/resources/master.properties.example index 89a0bec..2e9ef77 100644 --- a/same/src/main/resources/master.properties.example +++ b/same/src/main/resources/master.properties.example @@ -1,3 +1,5 @@ port=10010 localIp=10.0.0.6 masterUrl=http://10.0.0.6:10010/MasterService.json +enableDiscovery=true +discoveryPort=15066 |