diff options
Diffstat (limited to 'same/src/main/resources/client.properties.example')
-rw-r--r-- | same/src/main/resources/client.properties.example | 2 |
1 files changed, 2 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 |