aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
diff options
context:
space:
mode:
Diffstat (limited to 'app/config')
-rw-r--r--app/config/parameters.yml.dist2
-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
4 files changed, 8 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist
index bf3fd5f5..7c7413fb 100644
--- a/app/config/parameters.yml.dist
+++ b/app/config/parameters.yml.dist
@@ -40,6 +40,8 @@ parameters:
40 # two factor stuff 40 # two factor stuff
41 twofactor_auth: true 41 twofactor_auth: true
42 twofactor_sender: no-reply@wallabag.org 42 twofactor_sender: no-reply@wallabag.org
43
44 # fosuser stuff
43 fosuser_confirmation: true 45 fosuser_confirmation: true
44 46
45 from_email: no-reply@wallabag.org 47 from_email: no-reply@wallabag.org
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