mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
9 lines
241 B
YAML
Executable File
9 lines
241 B
YAML
Executable File
twig:
|
|
default_path: '%kernel.project_dir%/templates'
|
|
debug: '%kernel.debug%'
|
|
strict_variables: '%kernel.debug%'
|
|
globals:
|
|
BASE_URL: '%env(BASE_URL)%'
|
|
WEBSITE_NAME: '%env(WEBSITE_NAME)%'
|
|
WEBSITE_LOGO: '%env(WEBSITE_LOGO)%'
|