X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig_test.yml;h=2fd489bea4a4ef1f0c1ed68562e84c22fdfe9645;hb=b0b893eafd3c1d66b8681a4a6420603af42ec084;hp=a6ead1e82386f172efc7ca77abbfb2ae17d008b7;hpb=ba7b9d48d407f87690a3fdc199b37714d2a52897;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config_test.yml b/app/config/config_test.yml index a6ead1e8..2fd489be 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -13,10 +13,24 @@ web_profiler: intercept_redirects: false swiftmailer: - disable_delivery: true + # to be able to read emails sent + spool: + type: file doctrine: dbal: - driver: pdo_sqlite - path: %kernel.root_dir%/../data/db/wallabag_test.sqlite - host: localhost + driver: "%test_database_driver%" + host: "%test_database_host%" + port: "%test_database_port%" + dbname: "%test_database_name%" + user: "%test_database_user%" + password: "%test_database_password%" + charset: UTF8 + path: "%test_database_path%" + orm: + metadata_cache_driver: + type: service + id: filesystem_cache + query_cache_driver: + type: service + id: filesystem_cache