X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig_dev.yml;h=ec23babb8f6b4c7fc36a18e3a27122f98042cf55;hb=d37bb05c881bfdbeb1144b327edd4dcc2cbb163f;hp=6b077fdbd2245f54885c118f8f28ceec4ad28cef;hpb=1930c19d8214c05ceefac5ac011a6b6e7e4a983d;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 6b077fdb..ec23babb 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -17,14 +17,14 @@ monolog: type: stream path: "%kernel.logs_dir%/%kernel.environment%.log" level: debug - channels: [!event] + channels: ['!event'] console: type: console bubble: false verbosity_levels: VERBOSITY_VERBOSE: INFO VERBOSITY_VERY_VERBOSE: DEBUG - channels: [!event, !doctrine] + channels: ['!event', '!doctrine'] console_very_verbose: type: console bubble: false @@ -42,6 +42,3 @@ swiftmailer: transport: smtp host: 'localhost' port: 1025 - username: null - password: null -