]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_prod.yml
symfony is there
[github/wallabag/wallabag.git] / app / config / config_prod.yml
diff --git a/app/config/config_prod.yml b/app/config/config_prod.yml
new file mode 100644 (file)
index 0000000..342837a
--- /dev/null
@@ -0,0 +1,25 @@
+imports:
+    - { resource: config.yml }
+
+#framework:
+#    validation:
+#        cache: apc
+
+#doctrine:
+#    orm:
+#        metadata_cache_driver: apc
+#        result_cache_driver: apc
+#        query_cache_driver: apc
+
+monolog:
+    handlers:
+        main:
+            type:         fingers_crossed
+            action_level: error
+            handler:      nested
+        nested:
+            type:  stream
+            path:  "%kernel.logs_dir%/%kernel.environment%.log"
+            level: debug
+        console:
+            type:  console