From e9b395ec4b27bdcc4151292836ecc602f21c57a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 15 Oct 2015 13:20:44 +0200 Subject: [PATCH] forgot parameters for travis --- app/config/tests/parameters.yml.dist.mysql | 2 ++ app/config/tests/parameters.yml.dist.pgsql | 2 ++ app/config/tests/parameters.yml.dist.sqlite | 2 ++ 3 files changed, 6 insertions(+) diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index d8c23634..03fdf5a6 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -29,6 +29,8 @@ parameters: # wallabag misc app.version: 2.0.0-alpha + twofactor_auth: true + twofactor_sender: no-reply@wallabag.org # message to display at the bottom of the page warning_message: > diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 7dc63880..675ba6c9 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -29,6 +29,8 @@ parameters: # wallabag misc app.version: 2.0.0-alpha + twofactor_auth: true + twofactor_sender: no-reply@wallabag.org # message to display at the bottom of the page warning_message: > diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 3ef7cda4..258627af 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite @@ -29,6 +29,8 @@ parameters: # wallabag misc app.version: 2.0.0-alpha + twofactor_auth: true + twofactor_sender: no-reply@wallabag.org # message to display at the bottom of the page warning_message: > -- 2.41.0