From af836cf8e577d2dabeb6450066bcc7ff55bf70e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Tue, 13 Mar 2012 12:51:09 +0100 Subject: Add MasterController interface. This interface should be used by a client in order to become a master. --- same/src/main/resources/client.properties.example | 1 + 1 file changed, 1 insertion(+) (limited to 'same/src/main/resources/client.properties.example') 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 -- cgit v1.2.3