Skip to content

Commit

Permalink
server.sh: replace IP 127.0.0.1 => 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelemaheo committed Feb 10, 2021
1 parent 208b580 commit d56287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/bin/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONFIG="jgroups-dso-tcp.xml"
if [[ "${CLOUD}" == "" ]];
then
CLOUD="$1"
IP='127.0.0.1'
IP='0.0.0.0'
PORT='11222'
CONFIG='jgroups-dso-udp.xml'
fi
Expand Down

0 comments on commit d56287c

Please sign in to comment.