mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 09:05:44 +00:00
add server limits config
This commit is contained in:
parent
0dbe79af48
commit
79d70e4a9d
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue