Add DEBUG variable to control logging verbosity

This commit is contained in:
John Edwards 2025-02-09 19:36:21 +00:00
parent 2419f0741f
commit d9bea07841
3 changed files with 25 additions and 2 deletions

View file

@ -5,6 +5,7 @@ services:
environment:
# Server configuration
- SRCDS_TOKEN # Game Server Token from https://steamcommunity.com/dev/managegameservers
- DEBUG=0 # (0 - off, 1 - steamcmd, 2 - cs2, 3 - all)
- STEAMAPPVALIDATE=0 # (0 - no validation, 1 - enable validation)
- CS2_SERVERNAME=changeme # (Set the visible name for your private server)
- CS2_CHEATS=0 # (0 - disable cheats, 1 - enable cheats)