From: Raphaël Gertz Date: Fri, 10 Nov 2023 12:34:34 +0000 (+0100) Subject: Remove unused parameters config X-Git-Tag: 0.1~4 X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/13b282e67a179220738317be039c75d79324ab9d Remove unused parameters config --- 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%'