* 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
9 lines
140 B
INI
9 lines
140 B
INI
// Server Defaults
|
|
|
|
hostname "{{SERVER_HOSTNAME}}"
|
|
sv_lan "0"
|
|
|
|
// Passwords
|
|
|
|
rcon_password "{{SERVER_RCON_PW}}"
|
|
sv_password "{{SERVER_PW}}"
|