mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 09:05:44 +00:00
implement basic features
This commit is contained in:
parent
e8f234d4b9
commit
2071796a07
19 changed files with 389 additions and 365 deletions
14
.env
14
.env
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue