]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - app/config/config_prod.yml
Merge remote-tracking branch 'origin/master' into 2.3
[github/wallabag/wallabag.git] / app / config / config_prod.yml
... / ...
CommitLineData
1imports:
2 - { resource: config.yml }
3
4framework:
5 assets:
6 # json_manifest_path: '%kernel.root_dir%/../web/bundles/wallabagcore/manifest.json'
7
8#doctrine:
9# orm:
10# metadata_cache_driver: apc
11# result_cache_driver: apc
12# query_cache_driver: apc
13
14monolog:
15 handlers:
16 main:
17 type: fingers_crossed
18 action_level: error
19 handler: nested
20 nested:
21 type: stream
22 path: "%kernel.logs_dir%/%kernel.environment%.log"
23 level: debug
24 console:
25 type: console