wallabag/app/config/config_dev.yml

43 lines
1 KiB
YAML
Raw Normal View History

2015-01-22 07:30:07 +00:00
imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
2016-06-24 09:28:07 +00:00
profiler:
only_exceptions: false
2015-01-22 07:30:07 +00:00
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
2016-06-24 09:28:07 +00:00
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
2016-06-01 19:27:35 +00:00
channels: ['!event']
2015-01-22 07:30:07 +00:00
console:
2016-06-24 09:28:07 +00:00
type: console
2015-01-22 07:30:07 +00:00
bubble: false
verbosity_levels:
VERBOSITY_VERBOSE: INFO
VERBOSITY_VERY_VERBOSE: DEBUG
2016-06-01 19:27:35 +00:00
channels: ['!event', '!doctrine']
2015-01-22 07:30:07 +00:00
console_very_verbose:
2016-06-24 09:28:07 +00:00
type: console
2015-01-22 07:30:07 +00:00
bubble: false
verbosity_levels:
VERBOSITY_VERBOSE: NOTICE
VERBOSITY_VERY_VERBOSE: NOTICE
VERBOSITY_DEBUG: DEBUG
2016-01-14 17:15:07 +00:00
channels: [doctrine]
2015-01-22 07:30:07 +00:00
2015-03-07 22:25:36 +00:00
swiftmailer:
# see http://mailcatcher.me/
transport: smtp
host: 'localhost'
port: 1025