aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-17 17:24:00 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-22 11:43:29 +0100
commitc3b43c8a3ee5bc65296110a8c57c037461089745 (patch)
tree5e9e3ecd4945a16a83b1bd5089d8425ea5ca4f13 /app
parent36f20a6570c04e9de216a4d27bd2e597327477d5 (diff)
downloadwallabag-c3b43c8a3ee5bc65296110a8c57c037461089745.tar.gz
wallabag-c3b43c8a3ee5bc65296110a8c57c037461089745.tar.zst
wallabag-c3b43c8a3ee5bc65296110a8c57c037461089745.zip
change comment about demo parameter
Diffstat (limited to 'app')
-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, 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