From 86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 12 Apr 2016 22:00:26 +0200 Subject: Move test parameters out of parameters.yml The end user doesn't care to about the test database. --- app/config/parameters.yml.dist | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/config/parameters.yml.dist') diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 7c7413fb..d45839f4 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -19,14 +19,6 @@ parameters: database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite" database_table_prefix: wallabag_ - test_database_driver: pdo_sqlite - test_database_host: 127.0.0.1 - test_database_port: ~ - test_database_name: ~ - test_database_user: ~ - test_database_password: ~ - test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite" - mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: ~ -- cgit v1.2.3