]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/config_test.yml
Merge pull request #1429 from wallabag/v2-language
[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:
6894d48e
J
16 # to be able to read emails sent
17 spool:
18 type: file
c5772d11
J
19
20doctrine:
21 dbal:
32da2a70
J
22 driver: pdo_sqlite
23 path: %kernel.root_dir%/../data/db/wallabag_test.sqlite
24 host: localhost
a05be8ab
J
25 orm:
26 metadata_cache_driver:
27 type: service
28 id: filesystem_cache
29 query_cache_driver:
30 type: service
31 id: filesystem_cache