]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/config_prod.yml
Adds Webpack support and removes the use for Grunt
[github/wallabag/wallabag.git] / app / config / config_prod.yml
CommitLineData
93fd4692
NL
1imports:
2 - { resource: config.yml }
3
64f81bc3
TC
4framework:
5 assets:
6 # json_manifest_path: '%kernel.root_dir%/../web/bundles/wallabagcore/manifest.json'
93fd4692
NL
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:
2bc9cad7 17 type: fingers_crossed
93fd4692 18 action_level: error
2bc9cad7 19 handler: nested
93fd4692 20 nested:
2bc9cad7
JB
21 type: stream
22 path: "%kernel.logs_dir%/%kernel.environment%.log"
93fd4692
NL
23 level: debug
24 console:
2bc9cad7 25 type: console