annotate app/config/config_test.yml @ 1:f38015048f48 tip

Added GPL
author Daniel Wolff
date Sat, 13 Feb 2016 20:43:38 +0100
parents 493bcb69166c
children
rev   line source
Daniel@0 1 imports:
Daniel@0 2 - { resource: config_dev.yml }
Daniel@0 3
Daniel@0 4 framework:
Daniel@0 5 test: ~
Daniel@0 6 session:
Daniel@0 7 storage_id: session.storage.mock_file
Daniel@0 8 profiler:
Daniel@0 9 collect: false
Daniel@0 10
Daniel@0 11 web_profiler:
Daniel@0 12 toolbar: false
Daniel@0 13 intercept_redirects: false
Daniel@0 14
Daniel@0 15 swiftmailer:
Daniel@0 16 disable_delivery: true