mirror of
https://github.com/YGGverse/HLState.git
synced 2026-04-01 17:45:30 +00:00
init master server configuration
This commit is contained in:
parent
741f6a3227
commit
acec164041
5 changed files with 29 additions and 6 deletions
5
.env
5
.env
|
|
@ -43,7 +43,7 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
|||
# HLState
|
||||
|
||||
# Application version, used for API and media cache
|
||||
APP_VERSION="1.1.0"
|
||||
APP_VERSION="1.2.0"
|
||||
|
||||
# Application name
|
||||
APP_NAME="HLState"
|
||||
|
|
@ -56,6 +56,9 @@ APP_META_KEYWORDS="Half-Life, HLState, YGGverse, Servers, Stats, Online, Analyti
|
|||
# Application template
|
||||
APP_THEME="default"
|
||||
|
||||
# Masters list, server:port comma separated
|
||||
APP_MASTERS=""
|
||||
|
||||
# Servers registry, URL or filepath
|
||||
# https://github.com/YGGverse/HLServers
|
||||
APP_HLSERVERS="https://raw.githubusercontent.com/YGGverse/HLServers/main/config.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue