Add DEBUG variable to control logging verbosity
This commit is contained in:
parent
2419f0741f
commit
d9bea07841
3 changed files with 25 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue