Added the passwordLevel config default

This commit is contained in:
Mathias Wagner
2022-11-20 18:05:53 +01:00
parent f0be277d3c
commit caf641251e
+1
View File
@@ -7,6 +7,7 @@ const configDefaults = {
"cron": "0 * * * *",
"serverId": "none",
"password": "none",
"passwordLevel": "none",
"acceptOoklaLicense": "false",
"healthChecksUrl": "https://hc-ping.com/<uuid>"
}