]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/config_test.yml
Add multiple database tests on Travis
[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:
03fb6fde
JB
22 driver: "%test_database_driver%"
23 host: "%test_database_host%"
24 port: "%test_database_port%"
25 dbname: "%test_database_name%"
26 user: "%test_database_user%"
27 password: "%test_database_password%"
28 charset: UTF8
29 path: "%test_database_path%"
a05be8ab
J
30 orm:
31 metadata_cache_driver:
32 type: service
33 id: filesystem_cache
34 query_cache_driver:
35 type: service
36 id: filesystem_cache