init master server configuration

This commit is contained in:
ghost 2024-01-09 22:11:15 +02:00
parent 741f6a3227
commit acec164041
5 changed files with 29 additions and 6 deletions

View file

@ -5,6 +5,7 @@ twig:
version: '%app.version%'
name: '%app.name%'
theme: '%app.theme%'
masters: '%app.masters%'
meta:
title: '%env(APP_META_TITLE)%'
description: '%env(APP_META_DESCRIPTION)%'

View file

@ -7,6 +7,7 @@ parameters:
app.version: '%env(APP_VERSION)%'
app.name: '%env(APP_NAME)%'
app.theme: '%env(APP_THEME)%'
app.masters: '%env(APP_MASTERS)%'
app.hlservers: '%env(APP_HLSERVERS)%'
app.meta.title: '%env(APP_META_TITLE)%'
app.meta.description: '%env(APP_META_DESCRIPTION)%'