From 7e8a6d659014db18f293761863f11e4c668c1216 Mon Sep 17 00:00:00 2001 From: Arsen6331 Date: Thu, 12 Nov 2020 13:17:58 -0800 Subject: [PATCH] Add private config and password hash to example --- Resources/config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/config.json b/Resources/config.json index 5f37e68..9beffaf 100644 --- a/Resources/config.json +++ b/Resources/config.json @@ -1,6 +1,6 @@ { "title": "Statusboard", - "showSourceBtn": true, + "passwordHash": "ef92b778bafe771e89245b89ecbc08a44a4e166c06659911881f383d4473e94f", "services": { "Node 1": [ { @@ -8,6 +8,14 @@ "url": "https://example.com", "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." } + ], + "Secret Cluster 01": [ + { + "name": "Secret Example", + "url": "https://example.net", + "private": "true", + "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." + } ] } } \ No newline at end of file