]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/config_test.yml
Add LiipThemeBundle
[github/wallabag/wallabag.git] / app / config / config_test.yml
CommitLineData
93fd4692
NL
1imports:
2 - { resource: config_dev.yml }
3
4framework:
5 test: ~
6 session:
7 storage_id: session.storage.mock_file
8 profiler:
9 collect: false
10
11web_profiler:
12 toolbar: false
13 intercept_redirects: false
14
15swiftmailer:
16 disable_delivery: true
c5772d11
J
17
18doctrine:
19 dbal:
32da2a70
J
20 driver: pdo_sqlite
21 path: %kernel.root_dir%/../data/db/wallabag_test.sqlite
22 host: localhost