]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/config_test.yml
Come back to stable version
[github/wallabag/wallabag.git] / app / config / config_test.yml
CommitLineData
93fd4692
NL
1imports:
2 - { resource: config_dev.yml }
86732aa0 3 - { resource: parameters_test.yml }
93fd4692
NL
4
5framework:
6 test: ~
7 session:
8 storage_id: session.storage.mock_file
9 profiler:
10 collect: false
d2b4f01d
JB
11 translator:
12 enabled: false
93fd4692
NL
13
14web_profiler:
15 toolbar: false
16 intercept_redirects: false
17
18swiftmailer:
6894d48e
J
19 # to be able to read emails sent
20 spool:
21 type: file
c5772d11
J
22
23doctrine:
24 dbal:
03fb6fde 25 driver: "%test_database_driver%"
a1661af1 26 driver_class: "%test_database_driver_class%"
03fb6fde
JB
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%"
98efffc2 32 charset: "%test_database_charset%"
7ab5eb95 33 path: "%env(TEST_DATABASE_PATH)%"
34
a05be8ab
J
35 orm:
36 metadata_cache_driver:
37 type: service
38 id: filesystem_cache
39 query_cache_driver:
40 type: service
41 id: filesystem_cache