Skip to content

Commit

Permalink
fix(*): add TF2PICKUPORG_PRIORITY env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Nov 4, 2021
1 parent 752f73c commit 8c69461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ ENV TEAM_SIZE=6
ENV TF2PICKUPORG_API_ADDRESS=
ENV TF2PICKUPORG_SECRET=
ENV TF2PICKUPORG_VOICE_CHANNEL_NAME=
ENV TF2PICKUPORG_PRIORITY=1

COPY server.cfg.template ${SERVER_DIR}/tf/cfg/server.cfg.template
1 change: 1 addition & 0 deletions server.cfg.template
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ mp_tournament_readymode_team_size ${TEAM_SIZE}
sm_tf2pickuporg_api_address "${TF2PICKUPORG_API_ADDRESS}"
sm_tf2pickuporg_secret "${TF2PICKUPORG_SECRET}"
sm_tf2pickuporg_voice_channel_name "${TF2PICKUPORG_VOICE_CHANNEL_NAME}"
sm_tf2pickuporg_priority "${TF2PICKUPORG_PRIORITY}"

0 comments on commit 8c69461

Please sign in to comment.