implement basic features

This commit is contained in:
ghost 2024-01-06 18:24:57 +02:00
parent e8f234d4b9
commit 2071796a07
19 changed files with 389 additions and 365 deletions

14
.env
View file

@ -43,12 +43,14 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
# HLState
# Application version, used for API and media cache
APP_VERSION=1.0.0
APP_VERSION="1.0.0"
# Application name
APP_NAME=HLState
APP_NAME="HLState"
# Game server
APP_SERVER_HOST=localhost
APP_SERVER_PORT=27015
APP_SERVER_TIMEOUT=3
# Application template
APP_THEME="default"
# Servers registry, URL or filepath
# https://github.com/YGGverse/HLServers
APP_HLSERVERS="https://raw.githubusercontent.com/YGGverse/HLServers/main/config.json"