init master server configuration

This commit is contained in:
ghost 2024-01-09 22:11:15 +02:00
parent 741f6a3227
commit acec164041
5 changed files with 29 additions and 6 deletions

5
.env
View file

@ -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"