1 # This file is a "template" of what your parameters.yml file should look like
2 # Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
3 # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
5 database_host: localhost
11 mailer_transport: smtp
12 mailer_host: 127.0.0.1
16 # A secret key that's used to generate certain security-related tokens
17 secret: ThisTokenIsNotSoSecretChangeIt
20 blog.locales: [ en, fr ]
21 blog.logo: 'bundles/rapsysblog/png/favicon.png'
23 blog.welcome: 'Welcome to %blog.title%'
24 blog.contact_mail: 'blog@rapsys.eu'
25 blog.contact_name: 'Raphaël Gertz'
27 # Add json dql function
33 Rapsys\BlogBundle\DQL\JsonFunction
36 sensio_framework_extra:
60 blog_locales: '%blog.locales%'