]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/config_test.yml
Merge pull request #1152 from wallabag/v2-forgot-password
[github/wallabag/wallabag.git] / app / config / config_test.yml
1 imports:
2 - { resource: config_dev.yml }
3
4 framework:
5 test: ~
6 session:
7 storage_id: session.storage.mock_file
8 profiler:
9 collect: false
10
11 web_profiler:
12 toolbar: false
13 intercept_redirects: false
14
15 swiftmailer:
16 # to be able to read emails sent
17 spool:
18 type: file
19
20 doctrine:
21 dbal:
22 driver: pdo_sqlite
23 path: %kernel.root_dir%/../data/db/wallabag_test.sqlite
24 host: localhost
25 orm:
26 metadata_cache_driver:
27 type: service
28 id: filesystem_cache
29 query_cache_driver:
30 type: service
31 id: filesystem_cache