aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/tests
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-04 16:06:05 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-04 16:06:05 +0100
commitbc358c918005159afe3f7c350c0c0c29f4054e4c (patch)
tree90add3f7153238e60ab5fb81679704204e04a9c8 /app/config/tests
parent3eb06f2891f4bd990751442d36f4e9cd6c025502 (diff)
downloadwallabag-bc358c918005159afe3f7c350c0c0c29f4054e4c.tar.gz
wallabag-bc358c918005159afe3f7c350c0c0c29f4054e4c.tar.zst
wallabag-bc358c918005159afe3f7c350c0c0c29f4054e4c.zip
CS
Diffstat (limited to 'app/config/tests')
-rw-r--r--app/config/tests/parameters.yml.dist.mysql2
-rw-r--r--app/config/tests/parameters.yml.dist.pgsql2
-rw-r--r--app/config/tests/parameters.yml.dist.sqlite2
3 files changed, 6 insertions, 0 deletions
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql
index bc6c7844..1951f021 100644
--- a/app/config/tests/parameters.yml.dist.mysql
+++ b/app/config/tests/parameters.yml.dist.mysql
@@ -30,6 +30,8 @@ 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
34 # fosuser stuff
33 fosuser_confirmation: true 35 fosuser_confirmation: true
34 36
35 from_email: no-reply@wallabag.org 37 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 2520fec0..36ad6cde 100644
--- a/app/config/tests/parameters.yml.dist.pgsql
+++ b/app/config/tests/parameters.yml.dist.pgsql
@@ -30,6 +30,8 @@ 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
34 # fosuser stuff
33 fosuser_confirmation: true 35 fosuser_confirmation: true
34 36
35 from_email: no-reply@wallabag.org 37 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 253da5b7..6564014a 100644
--- a/app/config/tests/parameters.yml.dist.sqlite
+++ b/app/config/tests/parameters.yml.dist.sqlite
@@ -30,6 +30,8 @@ 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
34 # fosuser stuff
33 fosuser_confirmation: true 35 fosuser_confirmation: true
34 36
35 from_email: no-reply@wallabag.org 37 from_email: no-reply@wallabag.org