diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-14 01:14:10 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-14 01:14:10 +0300 |
| commit | 9168f9d5a8a6333e45309fdeabb2f71a368a5fce (patch) | |
| tree | c36664e9bd9eda5e3208b17a3ee7c5f6bddd4851 /default-config.json | |
| parent | 2ac659cb17ada55286bed44913cb8479ed1f9288 (diff) | |
Option to disable unregistered local admins
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-config.json b/default-config.json index a975c12..d56607d 100644 --- a/default-config.json +++ b/default-config.json @@ -6,6 +6,7 @@ "serverChatHistory": 50, "totalVideoLimit": 0, "userVideoLimit": 0, + "localAdmins": true, "templateUrl": "https://youtube.com/watch?v=iY1QHpp6iEE", "youtubeApiKey": "AIzaSyDTk1OPRI9cDkAK_BKsBcv10DQCHse-QaA", "permissions": { |
