]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_prod.yml
Adds Webpack support and removes the use for Grunt
[github/wallabag/wallabag.git] / app / config / config_prod.yml
index 342837a03137f7f2d10763f5ce9003b8d9154108..65b02d6602ba106e270678ef6da04c38a5f871b3 100644 (file)
@@ -1,9 +1,9 @@
 imports:
     - { resource: config.yml }
 
-#framework:
-#    validation:
-#        cache: apc
+framework:
+    assets:
+        # json_manifest_path: '%kernel.root_dir%/../web/bundles/wallabagcore/manifest.json'
 
 #doctrine:
 #    orm:
@@ -14,12 +14,12 @@ imports:
 monolog:
     handlers:
         main:
-            type:         fingers_crossed
+            type: fingers_crossed
             action_level: error
-            handler:      nested
+            handler: nested
         nested:
-            type:  stream
-            path:  "%kernel.logs_dir%/%kernel.environment%.log"
+            type: stream
+            path: "%kernel.logs_dir%/%kernel.environment%.log"
             level: debug
         console:
-            type:  console
+            type: console