diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-06 13:24:23 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-06 13:24:23 +0100 |
commit | 922ce7491ade85b084f365b8bdcf9f8ef251cf82 (patch) | |
tree | 486409f4e89f9547adae4690153c6f1a26f9ea2a /same/src | |
parent | 73bfca1fa99a4b881f5a3c2b19386e86c77da6f9 (diff) |
Add example configuration for clients.
Diffstat (limited to 'same/src')
-rw-r--r-- | same/src/main/resources/client.properties.example | 3 |
1 files changed, 3 insertions, 0 deletions
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 |