From f027f512a4aa3e0ba777b5f219ddfa0a9b8c3665 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 13 Jan 2023 03:05:00 +0100 Subject: [PATCH] Update config --- Resources/config/parameters.yml | 54 ++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/Resources/config/parameters.yml b/Resources/config/parameters.yml index c10fdb7..6a0fe96 100644 --- a/Resources/config/parameters.yml +++ b/Resources/config/parameters.yml @@ -1,12 +1,44 @@ +# This file is auto-generated during the composer install parameters: - blog.locales: en|fr - database_host: 127.0.0.1 - database_port: null - database_name: blog - database_user: blog - database_password: MacfingOcGu9Pon9 - mailer_transport: smtp - mailer_host: 127.0.0.1 - mailer_user: null - mailer_password: null - secret: 60a2f0298adc4afb51cfb11c3828c08b40547bf9 + blog.locales: [ en, fr ] + blog.logo: 'bundles/rapsysblog/png/favicon.png' + blog.title: 'Dev log' + blog.welcome: 'Welcome to %blog.title%' + blog.contact_mail: 'blog@rapsys.eu' + blog.contact_name: 'Raphaël Gertz' + database_host: localhost + database_port: null + database_name: blog + database_user: blog + database_password: ibBygbyifwyecVis + mailer_transport: smtp + mailer_host: 127.0.0.1 + mailer_user: null + mailer_password: null + secret: bffdd55d68799cd8244881565bec52ede47f37a1 +doctrine: + orm: + dql: + string_functions: + json: Rapsys\BlogBundle\Dql\JsonFunction +sensio_framework_extra: + router: + annotations: false + request: + converters: false + auto_convert: false + view: + annotations: false + cache: + annotations: false + security: + annotations: false + psr_message: + enabled: false +framework: + translator: + fallbacks: + - '%locale%' +twig: + globals: + blog_locales: '%blog.locales%' -- 2.41.0