Skip to content

Commit

Permalink
Update container-startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BarDweller authored and Erin Schnabel committed Mar 15, 2017
1 parent 04f21c0 commit a82528f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# ROOM_NAME - Your name for the room.
#
# The following environment variables are optional:
# GAMEON_ADDR - The game server address, defaults to game-on.org.
# GAMEON_ADDR - The game server address, defaults to gameontext.org.
# GAMEON_PORT - Our external port, defaults to 3000.
# (This is needed for the websocket callback.)
# GAMEON_DEBUG - Any non-empty value turns on debug output
Expand Down Expand Up @@ -49,7 +49,7 @@ assert_var_set GAMEON_SECRET $GAMEON_SECRET
assert_var_set ROOM_NAME $ROOM_NAME

# Make sure any optional env vars are given default values if they are not defined
export GAMEON_ADDR=${GAMEON_ADDR-game-on.org}
export GAMEON_ADDR=${GAMEON_ADDR-gameontext.org}
export GAMEON_PORT=${GAMEON_PORT-3000}
export GAMEON_REG_RETRIES=${GAMEON_REG_RETRIES-10}
export GAMEON_REG_SECONDS_BETWEEN=${GAMEON_REG_SECONDS_BETWEEN-15}
Expand Down

0 comments on commit a82528f

Please sign in to comment.