]> Raphaël G. Git Repositories - blogbundle/commitdiff
Update config
authorRaphaël Gertz <git@rapsys.eu>
Fri, 13 Jan 2023 02:05:00 +0000 (03:05 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 13 Jan 2023 02:05:00 +0000 (03:05 +0100)
Resources/config/parameters.yml

index c10fdb7f0fc84c67ad3e732b7cd17a17eac91f10..6a0fe966f7caa6ecbee3b1a30790d7875fb6772b 100644 (file)
@@ -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%'