Skip to content

Commit 490f65e

Browse files
authored
Update default credentials in cronicle.json (#8720)
1 parent 44ccf3e commit 490f65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/public/json/cronicle.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
}
2929
],
3030
"default_credentials": {
31-
"username": null,
32-
"password": null
31+
"username": "admin",
32+
"password": "admin"
3333
},
3434
"notes": [
3535
{

0 commit comments

Comments
 (0)