From c3b43c8a3ee5bc65296110a8c57c037461089745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 17 Feb 2016 17:24:00 +0100 Subject: change comment about demo parameter --- app/config/tests/parameters.yml.dist.mysql | 2 +- app/config/tests/parameters.yml.dist.pgsql | 2 +- app/config/tests/parameters.yml.dist.sqlite | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/config/tests') 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: from_email: no-reply@wallabag.org - # set to true to prevent changing password + # 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 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: from_email: no-reply@wallabag.org - # set to true to prevent changing password + # 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 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: from_email: no-reply@wallabag.org - # set to true to prevent changing password + # 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 demo: false -- cgit v1.2.3