fixed .env.example, added auto-generate rcon_password and other vars
This commit is contained in:
17
.env.example
17
.env.example
@ -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
|
Reference in New Issue
Block a user