CS2/bullseye/etc/server.cfg
John Edwards 056fbb9a3a 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
2023-10-02 14:44:32 +01:00

9 lines
140 B
INI

// Server Defaults
hostname "{{SERVER_HOSTNAME}}"
sv_lan "0"
// Passwords
rcon_password "{{SERVER_RCON_PW}}"
sv_password "{{SERVER_PW}}"