Issue-3 Env var parsing bug fixes

* Password now set on commandline and in server.cfg
* Rcon password now set on commandline and in server.cfg
* Server name now set in server.cfg
This commit is contained in:
John Edwards 2023-10-02 14:44:32 +01:00
parent 2d93e45b28
commit 056fbb9a3a
4 changed files with 24 additions and 5 deletions

View file

@ -36,6 +36,7 @@ Feel free to overwrite these environment variables, using -e (--env):
STEAMUSER="changeme" (Steam User for SteamCMD.)
STEAMPASS="changeme" (Password for Steam User.)
STEAMGUARD="" (Optional, Steam Guard key if enabled. Use your most recent Steam Guard key.)
CS2_SERVERNAME="changeme" (Set the visible name for your private server)
CS2_PORT=27015 (CS2 server listen port tcp_udp)
CS2_RCONPW="changeme" (RCON password)
CS2_PW="changeme" (CS2 server password)