wallabag/app/config/config_dev.yml

48 lines
1.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
profiler: { only_exceptions: false }
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
2016-01-14 17:15:07 +00:00
channels: [!event]
2015-01-22 07:30:07 +00:00
console:
type: console
bubble: false
verbosity_levels:
VERBOSITY_VERBOSE: INFO
VERBOSITY_VERY_VERBOSE: DEBUG
2016-01-14 17:15:07 +00:00
channels: [!event, !doctrine]
2015-01-22 07:30:07 +00:00
console_very_verbose:
type: console
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
assetic:
use_controller: true
2015-03-07 22:25:36 +00:00
swiftmailer:
# see http://mailcatcher.me/
transport: smtp
host: 'localhost'
port: 1025
username: null
password: null