diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-18 13:31:22 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-22 11:43:29 +0100 |
commit | d8d56448c993bdf4811a193f96e5ff44ed026417 (patch) | |
tree | c0d518e96fde7076f0c5d2885c449ac7df8e1305 /app/config/tests | |
parent | c3b43c8a3ee5bc65296110a8c57c037461089745 (diff) | |
download | wallabag-d8d56448c993bdf4811a193f96e5ff44ed026417.tar.gz wallabag-d8d56448c993bdf4811a193f96e5ff44ed026417.tar.zst wallabag-d8d56448c993bdf4811a193f96e5ff44ed026417.zip |
add a username for demonstration mode
Diffstat (limited to 'app/config/tests')
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 3 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.pgsql | 3 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.sqlite | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 1e21e26a..126e11eb 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql | |||
@@ -36,5 +36,6 @@ parameters: | |||
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | 38 | ||
39 | # this parameter is only used for the wallabag public demo, it means user won't be able to change the password of the default account | 39 | # this parameter is only used for the wallabag public demo, it means user won't be able to change the password of the demo_user account |
40 | demo: false | 40 | demo: false |
41 | demo_username: wallabag | ||
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 3e1b0b81..8fc33a94 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql | |||
@@ -36,5 +36,6 @@ parameters: | |||
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | 38 | ||
39 | # this parameter is only used for the wallabag public demo, it means user won't be able to change the password of the default account | 39 | # this parameter is only used for the wallabag public demo, it means user won't be able to change the password of the demo_user account |
40 | demo: false | 40 | demo: false |
41 | demo_username: wallabag | ||
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index eedb8469..8e3d49b3 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite | |||
@@ -36,5 +36,6 @@ parameters: | |||
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | 38 | ||
39 | # this parameter is only used for the wallabag public demo, it means user won't be able to change the password of the default account | 39 | # this parameter is only used for the wallabag public demo, it means user won't be able to change the password of the demo_user account |
40 | demo: false | 40 | demo: false |
41 | demo_username: wallabag | ||