X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2Fconfig%2Fconfig_test.yml;h=d43d872aba7cc3a29f33eb99599d799de86b87d9;hb=c5dede84451571c9cad5d0145aac6d73731f3f26;hp=32156963e086e5bedc2fcca7d58407ce2376eb20;hpb=bdf2add2e80dc52a02113c50636b5f887639b31a;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 32156963..d43d872a 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -7,19 +7,28 @@ framework: storage_id: session.storage.mock_file profiler: collect: false + translator: + enabled: false web_profiler: toolbar: false 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