From 2122139e333e82ac66e827c8ca6d28a4e1922676 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 7 May 2025 16:26:03 +0200 Subject: [PATCH] Librenms --- frontend/public/json/librenms.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/librenms.json b/frontend/public/json/librenms.json index 4848ba094..bf3ddeafc 100644 --- a/frontend/public/json/librenms.json +++ b/frontend/public/json/librenms.json @@ -28,8 +28,8 @@ } ], "default_credentials": { - "username": null, - "password": null + "username": "admin", + "password": "admin" }, "notes": [] }