From f3d1de624da24df7277edc3de4244ee227b872c0 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 2 Oct 2023 14:09:53 +0200 Subject: [PATCH] Documentation --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 08ffa71..c7d58ea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -238,7 +238,8 @@ private String cardNumber;
- +

3.2 The Settings panel

+

As mentioned earlier, the Settings panel primarily provides options to customize the branding/appearance of the web interface. These settings are persistent across restarts and are stored in an embedded H2 database (file named dbadmin_internal), along with other data required by Spring Boot Database Admin.

4. Security

Spring Boot Database Admin does not implement authentication and/or authorization mechanisms. However, you can use a standard Spring security configuration in order to limit access to the web UI or specific parts of it.