feat: Add admin credentials config (default: admin / ScratchingPost2026!)

This commit is contained in:
2026-05-21 13:56:14 +10:00
parent 53a33b558a
commit d17fd89e40
+5 -1
View File
@@ -6,5 +6,9 @@
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"MaxUploadSizeMB": 20 "MaxUploadSizeMB": 20,
"Admin": {
"Username": "admin",
"Password": "ScratchingPost2026!"
}
} }