]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_prod.yml
Add Sentry support
[github/wallabag/wallabag.git] / app / config / config_prod.yml
index 5a4dd69e265887d0b03878ffee6528962c25be7f..59d2e9e20da49f14f660d0320d181efebff3d125 100644 (file)
@@ -1,9 +1,9 @@
 imports:
     - { resource: config.yml }
 
-#framework:
-#    cache:
-#        system: cache.adapter.apcu
+framework:
+    assets:
+        # json_manifest_path: '%kernel.project_dir%/web/bundles/wallabagcore/manifest.json'
 
 #doctrine:
 #    orm:
@@ -23,3 +23,6 @@ monolog:
             level: debug
         console:
             type: console
+
+sentry:
+    dsn: "%sentry_dsn%"