]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/config_test.yml
Merge pull request #1774 from wallabag/v2-key-translation
[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 translator:
11 enabled: false
12
13 web_profiler:
14 toolbar: false
15 intercept_redirects: false
16
17 swiftmailer:
18 # to be able to read emails sent
19 spool:
20 type: file
21
22 doctrine:
23 dbal:
24 driver: "%test_database_driver%"
25 host: "%test_database_host%"
26 port: "%test_database_port%"
27 dbname: "%test_database_name%"
28 user: "%test_database_user%"
29 password: "%test_database_password%"
30 charset: UTF8
31 path: "%test_database_path%"
32 orm:
33 metadata_cache_driver:
34 type: service
35 id: filesystem_cache
36 query_cache_driver:
37 type: service
38 id: filesystem_cache