diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/parameters.yml.dist | 2 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 2 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.pgsql | 2 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.sqlite | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index dd9ec60a..b71e5393 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -46,5 +46,5 @@ parameters: | |||
46 | 46 | ||
47 | from_email: no-reply@wallabag.org | 47 | from_email: no-reply@wallabag.org |
48 | 48 | ||
49 | # set to true to prevent changing password | 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 |
50 | demo: false | 50 | demo: false |
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 3d5df619..1e21e26a 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql | |||
@@ -36,5 +36,5 @@ parameters: | |||
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | 38 | ||
39 | # set to true to prevent changing password | 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 |
40 | demo: false | 40 | demo: false |
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index dd29b737..3e1b0b81 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql | |||
@@ -36,5 +36,5 @@ parameters: | |||
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | 38 | ||
39 | # set to true to prevent changing password | 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 |
40 | demo: false | 40 | demo: false |
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 0e3256e6..eedb8469 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite | |||
@@ -36,5 +36,5 @@ parameters: | |||
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | 38 | ||
39 | # set to true to prevent changing password | 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 |
40 | demo: false | 40 | demo: false |