]> Raphaël G. Git Repositories - blogbundle/blob - Resources/config/parameters.yml
Add group, user and user translation doctrine orm config
[blogbundle] / Resources / config / parameters.yml
1 # This file is auto-generated during the composer install
2 parameters:
3 blog.locales: [ en, fr ]
4 blog.logo: 'bundles/rapsysblog/png/favicon.png'
5 blog.title: 'Dev log'
6 blog.welcome: 'Welcome to %blog.title%'
7 blog.contact_mail: 'blog@rapsys.eu'
8 blog.contact_name: 'Raphaël Gertz'
9 database_host: localhost
10 database_port: null
11 database_name: blog
12 database_user: blog
13 database_password: ibBygbyifwyecVis
14 mailer_transport: smtp
15 mailer_host: 127.0.0.1
16 mailer_user: null
17 mailer_password: null
18 secret: bffdd55d68799cd8244881565bec52ede47f37a1
19 doctrine:
20 orm:
21 dql:
22 string_functions:
23 json: Rapsys\BlogBundle\Dql\JsonFunction
24 sensio_framework_extra:
25 router:
26 annotations: false
27 request:
28 converters: false
29 auto_convert: false
30 view:
31 annotations: false
32 cache:
33 annotations: false
34 security:
35 annotations: false
36 psr_message:
37 enabled: false
38 framework:
39 translator:
40 fallbacks:
41 - '%locale%'
42 twig:
43 globals:
44 blog_locales: '%blog.locales%'