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

View file

@ -4,6 +4,10 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
app.memcached.host: '%env(APP_MEMCACHED_HOST)%'
app.memcached.port: '%env(APP_MEMCACHED_PORT)%'
app.memcached.namespace: '%env(APP_MEMCACHED_NAMESPACE)%'
app.memcached.timeout: '%env(APP_MEMCACHED_TIMEOUT)%'
app.version: '%env(APP_VERSION)%'
app.name: '%env(APP_NAME)%'
app.theme: '%env(APP_THEME)%'