From 651bc9bc174fb6f65b8932ef08c09ae0dbd7879b Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Tue, 2 Feb 2021 13:19:52 +0000 Subject: [PATCH] Auto regenerate files - [Skip GitHub Action] --- settings.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.example.json b/settings.example.json index bf074bf3..1ee3aa88 100644 --- a/settings.example.json +++ b/settings.example.json @@ -10,7 +10,7 @@ "port": 3000, "//": "Listening port", "optimize": true, "//": "SVG optimization", "debug": false, "//": "Debug logs", - "mocked": false, "//": "Use mocked data instead of live APIs", + "mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)", "repositories": 100, "//": "Number of repositories to use", "community": { "templates": [], "//": "Additional community templates to setup" @@ -19,6 +19,7 @@ "default": "classic", "//": "Default template", "enabled": [], "//": "Enabled templates (empty to enable all)" }, + "plugins.default": false, "//": "Default plugin state (advised to let 'false' unless in debug mode)", "plugins": { "//": "Global plugin configuration", "activity":{ "enabled": false, "//": "Display recent activity"