add server limits config

This commit is contained in:
ghost 2024-01-18 05:14:16 +02:00
parent 0dbe79af48
commit 79d70e4a9d
3 changed files with 8 additions and 2 deletions

View file

@ -12,6 +12,8 @@ parameters:
app.meta.title: '%env(APP_META_TITLE)%'
app.meta.description: '%env(APP_META_DESCRIPTION)%'
app.meta.keywords: '%env(APP_META_KEYWORDS)%'
app.server.online.limit: '%env(APP_SERVER_ONLINE_LIMIT)%'
app.server.players.limit: '%env(APP_SERVER_PLAYERS_LIMIT)%'
services:
# default configuration for services in *this* file