]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/config_test.yml
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / app / config / config_test.yml
1 imports:
2 - { resource: config_dev.yml }
3 - { resource: parameters_test.yml }
4
5 framework:
6 test: ~
7 session:
8 storage_id: session.storage.mock_file
9 profiler:
10 collect: false
11 translator:
12 enabled: false
13
14 web_profiler:
15 toolbar: false
16 intercept_redirects: false
17
18 swiftmailer:
19 # to be able to read emails sent
20 spool:
21 type: file
22
23 doctrine:
24 dbal:
25 driver: "%test_database_driver%"
26 driver_class: "%test_database_driver_class%"
27 host: "%test_database_host%"
28 port: "%test_database_port%"
29 dbname: "%test_database_name%"
30 user: "%test_database_user%"
31 password: "%test_database_password%"
32 charset: "%test_database_charset%"
33 path: "%env(TEST_DATABASE_PATH)%"
34
35 orm:
36 metadata_cache_driver:
37 type: service
38 id: filesystem_cache
39 query_cache_driver:
40 type: service
41 id: filesystem_cache