mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 21:41:06 +00:00
abd454c456
Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value)
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
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
|
|
channels: [!event]
|
|
console:
|
|
type: console
|
|
bubble: false
|
|
verbosity_levels:
|
|
VERBOSITY_VERBOSE: INFO
|
|
VERBOSITY_VERY_VERBOSE: DEBUG
|
|
channels: [!event, !doctrine]
|
|
console_very_verbose:
|
|
type: console
|
|
bubble: false
|
|
verbosity_levels:
|
|
VERBOSITY_VERBOSE: NOTICE
|
|
VERBOSITY_VERY_VERBOSE: NOTICE
|
|
VERBOSITY_DEBUG: DEBUG
|
|
channels: [doctrine]
|
|
|
|
assetic:
|
|
use_controller: true
|
|
|
|
swiftmailer:
|
|
# see http://mailcatcher.me/
|
|
transport: smtp
|
|
host: 'localhost'
|
|
port: 1025
|