aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/parameters.yml.dist
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-04-12 22:00:26 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-04-12 22:14:22 +0200
commit86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1 (patch)
treeb0e35a7c53bc865bd2b437b1e8017003b1412363 /app/config/parameters.yml.dist
parent443cff98405adfa7f27b5181f4aaa29bd7d050dc (diff)
downloadwallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.tar.gz
wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.tar.zst
wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.zip
Move test parameters out of parameters.yml
The end user doesn't care to about the test database.
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r--app/config/parameters.yml.dist8
1 files changed, 0 insertions, 8 deletions
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:
19 database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite" 19 database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
20 database_table_prefix: wallabag_ 20 database_table_prefix: wallabag_
21 21
22 test_database_driver: pdo_sqlite
23 test_database_host: 127.0.0.1
24 test_database_port: ~
25 test_database_name: ~
26 test_database_user: ~
27 test_database_password: ~
28 test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
29
30 mailer_transport: smtp 22 mailer_transport: smtp
31 mailer_host: 127.0.0.1 23 mailer_host: 127.0.0.1
32 mailer_user: ~ 24 mailer_user: ~