fixed .env.example, added auto-generate rcon_password and other vars

This commit is contained in:
2025-06-22 16:12:41 +04:00
parent 2fc4e023a1
commit 3b557b0009
4 changed files with 37 additions and 20 deletions

View File

@ -1,11 +1,12 @@
# Server vars
SERVER_NAME=My CSDM Server
RCON_PASSWORD=changeme
PORT = 27015
HLTV_PORT = 27020
VAC = "secure"
SV_LAN = 0
SERVER_NAME="GO YASOZDAL | CSDM"
PORT=27015
HLTV_PORT=27020
VAC="secure"
SV_LAN=0
# Gameplay settings
START_MAP = "de_dust2"
MAX_PLAYERS = 32
START_MAP="de_dust2"
MAX_PLAYERS=32
# RCON_PASSWORD will be appended by init.sh