fix: reset dashboard secret_path to null for default configuration

This commit is contained in:
Lorenzo Venerandi
2026-02-23 20:42:25 +01:00
parent 3e1d4c8f36
commit d1395c5017

View File

@@ -23,7 +23,7 @@ dashboard:
# if set to "null" this will Auto-generates random path if not set
# can be set to "/dashboard" or similar <-- note this MUST include a forward slash
# secret_path: super-secret-dashboard-path
secret_path: test
secret_path: null
backups:
path: "backups"