implement players online monthly chart

This commit is contained in:
ghost 2024-01-24 04:39:47 +02:00
parent 4d95117912
commit 6403b2fa8c
8 changed files with 285 additions and 10 deletions

8
.env
View file

@ -43,7 +43,13 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
# HLState
# Application version, used for API and media cache
APP_VERSION="1.3.0"
APP_VERSION="1.4.0"
# Memcached server
APP_MEMCACHED_NAMESPACE="HLState"
APP_MEMCACHED_HOST="localhost"
APP_MEMCACHED_PORT=11211
APP_MEMCACHED_TIMEOUT=3600
# Application name
APP_NAME="HLState"