Default to passwordless server. Update documentation to reflect this.

This commit is contained in:
John Edwards 2025-01-14 14:35:34 +00:00
parent 9b64edf1e3
commit ff2cfc51d3
4 changed files with 8 additions and 5 deletions

View file

@ -63,7 +63,7 @@ CS2_RCON_PORT="" (Optional, use a simple TCP proxy to have RCON liste
Useful for services like AWS Fargate which do not support mixed protocol ports.)
CS2_LAN="0" (0 - LAN mode disabled, 1 - LAN Mode enabled)
CS2_RCONPW="changeme" (RCON password)
CS2_PW="changeme" (CS2 server password)
CS2_PW="" (Optional, CS2 server password)
CS2_MAXPLAYERS=10 (Max players)
CS2_ADDITIONAL_ARGS="" (Optional additional arguments to pass into cs2)
```