diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-06 15:14:50 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-06 15:14:50 +0100 |
commit | b5919a813f1ec6a4b6fe8ca407ec12a107e688e3 (patch) | |
tree | fb156e7e419a64fe73eefa621e3c40f4cd86d848 /same/src/main/resources | |
parent | 37e22087cc594cd22a7788444539c5501b22a72c (diff) |
Replace MasterApp with a generic App class.
Diffstat (limited to 'same/src/main/resources')
-rw-r--r-- | same/src/main/resources/master.properties.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/same/src/main/resources/master.properties.example b/same/src/main/resources/master.properties.example index 338d6a9..f168f2c 100644 --- a/same/src/main/resources/master.properties.example +++ b/same/src/main/resources/master.properties.example @@ -1 +1,2 @@ port=10010 +localIp=10.0.0.6 |