]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/config_dev.yml
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / app / config / config_dev.yml
CommitLineData
93fd4692
NL
1imports:
2 - { resource: config.yml }
3
4framework:
5 router:
6 resource: "%kernel.root_dir%/config/routing_dev.yml"
7 strict_requirements: true
8 profiler: { only_exceptions: false }
9
10web_profiler:
11 toolbar: true
12 intercept_redirects: false
13
14monolog:
15 handlers:
16 main:
17 type: stream
18 path: "%kernel.logs_dir%/%kernel.environment%.log"
19 level: debug
23634d5d 20 channels: ['!event']
93fd4692
NL
21 console:
22 type: console
23 bubble: false
24 verbosity_levels:
25 VERBOSITY_VERBOSE: INFO
26 VERBOSITY_VERY_VERBOSE: DEBUG
23634d5d 27 channels: ['!event', '!doctrine']
93fd4692
NL
28 console_very_verbose:
29 type: console
30 bubble: false
31 verbosity_levels:
32 VERBOSITY_VERBOSE: NOTICE
33 VERBOSITY_VERY_VERBOSE: NOTICE
34 VERBOSITY_DEBUG: DEBUG
73cd160b 35 channels: [doctrine]
93fd4692
NL
36
37assetic:
38 use_controller: true
39
6894d48e
J
40swiftmailer:
41 # see http://mailcatcher.me/
42 transport: smtp
43 host: 'localhost'
44 port: 1025