From e5ac7a2e345ed3c659194172915b58b32fd4a7a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 05:03:59 +0000 Subject: [PATCH] ci: auto-regenerate files --- settings.example.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.example.json b/settings.example.json index 090f796d..c8982f61 100644 --- a/settings.example.json +++ b/settings.example.json @@ -20,6 +20,9 @@ "by": "", "//": "Web instance host (displayed in footer)", "link": "", "//": "Web instance host link (displayed in footer)" }, + "control":{ + "token": null, "//": "Control token (can be used by external services to perform actions on instance, such as stopping it for redeploys)" + }, "community": { "templates": [], "//": "Additional community templates to setup" },