diff options
Diffstat (limited to 'app/config/tests')
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 1 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.pgsql | 1 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.sqlite | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index dceb5dea..bc6c7844 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql | |||
@@ -30,5 +30,6 @@ parameters: | |||
30 | # two factor stuff | 30 | # two factor stuff |
31 | twofactor_auth: true | 31 | twofactor_auth: true |
32 | twofactor_sender: no-reply@wallabag.org | 32 | twofactor_sender: no-reply@wallabag.org |
33 | fosuser_confirmation: true | ||
33 | 34 | ||
34 | from_email: no-reply@wallabag.org | 35 | from_email: no-reply@wallabag.org |
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index e07db610..2520fec0 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql | |||
@@ -30,5 +30,6 @@ parameters: | |||
30 | # two factor stuff | 30 | # two factor stuff |
31 | twofactor_auth: true | 31 | twofactor_auth: true |
32 | twofactor_sender: no-reply@wallabag.org | 32 | twofactor_sender: no-reply@wallabag.org |
33 | fosuser_confirmation: true | ||
33 | 34 | ||
34 | from_email: no-reply@wallabag.org | 35 | from_email: no-reply@wallabag.org |
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 01589d28..253da5b7 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite | |||
@@ -30,5 +30,6 @@ parameters: | |||
30 | # two factor stuff | 30 | # two factor stuff |
31 | twofactor_auth: true | 31 | twofactor_auth: true |
32 | twofactor_sender: no-reply@wallabag.org | 32 | twofactor_sender: no-reply@wallabag.org |
33 | fosuser_confirmation: true | ||
33 | 34 | ||
34 | from_email: no-reply@wallabag.org | 35 | from_email: no-reply@wallabag.org |