From a4f42c59f0d8a408cf9f5d7971146866530012d3 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 22 Feb 2016 11:38:25 +0100 Subject: Use internal config instead for demo --- app/config/parameters.yml.dist | 4 ---- app/config/tests/parameters.yml.dist.mysql | 4 ---- app/config/tests/parameters.yml.dist.pgsql | 4 ---- app/config/tests/parameters.yml.dist.sqlite | 4 ---- 4 files changed, 16 deletions(-) (limited to 'app/config') diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 5f22b147..7c7413fb 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -45,7 +45,3 @@ parameters: fosuser_confirmation: true from_email: no-reply@wallabag.org - - # 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 - demo: false - demo_username: wallabag diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 126e11eb..1951f021 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -35,7 +35,3 @@ parameters: fosuser_confirmation: true from_email: no-reply@wallabag.org - - # 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 - demo: false - demo_username: wallabag diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 8fc33a94..36ad6cde 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -35,7 +35,3 @@ parameters: fosuser_confirmation: true from_email: no-reply@wallabag.org - - # 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 - demo: false - demo_username: wallabag diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 8e3d49b3..6564014a 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite @@ -35,7 +35,3 @@ parameters: fosuser_confirmation: true from_email: no-reply@wallabag.org - - # 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 - demo: false - demo_username: wallabag -- cgit v1.2.3