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

9
bullseye/etc/server.cfg Normal file
View file

@ -0,0 +1,9 @@
// Server Defaults
hostname "{{SERVER_HOSTNAME}}"
sv_lan "0"
// Passwords
rcon_password "{{SERVER_RCON_PW}}"
sv_password "{{SERVER_PW}}"