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:
parent
2d93e45b28
commit
056fbb9a3a
4 changed files with 24 additions and 5 deletions
9
bullseye/etc/server.cfg
Normal file
9
bullseye/etc/server.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Server Defaults
|
||||
|
||||
hostname "{{SERVER_HOSTNAME}}"
|
||||
sv_lan "0"
|
||||
|
||||
// Passwords
|
||||
|
||||
rcon_password "{{SERVER_RCON_PW}}"
|
||||
sv_password "{{SERVER_PW}}"
|
Loading…
Add table
Add a link
Reference in a new issue