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;
- +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.
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.