diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-18 13:31:22 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-22 11:43:29 +0100 |
commit | d8d56448c993bdf4811a193f96e5ff44ed026417 (patch) | |
tree | c0d518e96fde7076f0c5d2885c449ac7df8e1305 /app/config/parameters.yml.dist | |
parent | c3b43c8a3ee5bc65296110a8c57c037461089745 (diff) | |
download | wallabag-d8d56448c993bdf4811a193f96e5ff44ed026417.tar.gz wallabag-d8d56448c993bdf4811a193f96e5ff44ed026417.tar.zst wallabag-d8d56448c993bdf4811a193f96e5ff44ed026417.zip |
add a username for demonstration mode
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 3 |
1 files changed, 2 insertions, 1 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 | ||