Update default credentials in cronicle.json (#8720)

This commit is contained in:
Slaviša Arežina
2025-10-30 12:22:30 +01:00
committed by Michel Roegl-Brunner
parent 19109e2efc
commit 98ce24d9ae

View File

@@ -28,8 +28,8 @@
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": "admin",
"password": null "password": "admin"
}, },
"notes": [ "notes": [
{ {