diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/parameters.yml.dist | 3 | ||||
-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 |
4 files changed, 8 insertions, 4 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index b71e5393..5f22b147 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -46,5 +46,6 @@ parameters: | |||
46 | 46 | ||
47 | from_email: no-reply@wallabag.org | 47 | from_email: no-reply@wallabag.org |
48 | 48 | ||
49 | # 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 | 49 | # 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 |
50 | demo: false | 50 | demo: false |
51 | demo_username: wallabag | ||
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 | ||