X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Ftests%2Fparameters.yml.dist.mysql;h=1951f02166f81d2d8d0ccab80963d3fd9e3062ee;hb=bc358c918005159afe3f7c350c0c0c29f4054e4c;hp=2823a4243f30b3c23653fa500f7bee1f42679f02;hpb=48e3007b7f5b542ebd8dda07a7a206f3bce69d7a;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 2823a424..1951f021 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -12,7 +12,7 @@ parameters: test_database_driver: pdo_mysql test_database_host: localhost test_database_port: 3306 - test_database_name: wallabag + test_database_name: wallabag_test test_database_user: root test_database_password: ~ test_database_path: ~ @@ -31,4 +31,7 @@ parameters: twofactor_auth: true twofactor_sender: no-reply@wallabag.org + # fosuser stuff + fosuser_confirmation: true + from_email: no-reply@wallabag.org