From 922ce7491ade85b084f365b8bdcf9f8ef251cf82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Mon, 6 Feb 2012 13:24:23 +0100 Subject: Add example configuration for clients. --- same/src/main/resources/client.properties.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 same/src/main/resources/client.properties.example (limited to 'same/src/main') diff --git a/same/src/main/resources/client.properties.example b/same/src/main/resources/client.properties.example new file mode 100644 index 0000000..3afb217 --- /dev/null +++ b/same/src/main/resources/client.properties.example @@ -0,0 +1,3 @@ +networkName=ClientNetwork +masterUrl=http://10.0.0.6:10010/ +port=10011 -- cgit v1.2.3