From 13b282e67a179220738317be039c75d79324ab9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 10 Nov 2023 13:34:34 +0100 Subject: [PATCH] Remove unused parameters config --- Resources/config/parameters.yml | 44 --------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 Resources/config/parameters.yml diff --git a/Resources/config/parameters.yml b/Resources/config/parameters.yml deleted file mode 100644 index 6a0fe96..0000000 --- a/Resources/config/parameters.yml +++ /dev/null @@ -1,44 +0,0 @@ -# This file is auto-generated during the composer install -parameters: - 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