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