mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-09-02 15:33:42 +02:00
13 lines
427 B
Bash
13 lines
427 B
Bash
# Get a free Game Server Login Token from https://steamcommunity.com/dev/managegameservers
|
|
# This is NOT a value make init can generate for you, you must fill it in yourself.
|
|
SRCDS_TOKEN=CHANGEME_STEAM_GSLT_TOKEN
|
|
SRCDS_PW=__GENERATE_TEAMFORTRESS2_SERVER_PW__
|
|
SRCDS_PORT=27015
|
|
SRCDS_MAXPLAYERS=32
|
|
SRCDS_REGION=3
|
|
SRCDS_STARTMAP=pl_goldrush
|
|
#SRCDS_MAPCYCLE="mapcycle_default.txt"
|
|
#pl_badwater
|
|
SRCDS_CFG=server.cfg
|
|
SRCDS_SECURED=0
|