Update filebrowser-secret.json to rename user and password keys for consistency

This commit is contained in:
gyurix
2025-04-26 14:10:46 +02:00
parent 73a988ffd7
commit 050ae30f72

View File

@@ -1,6 +1,6 @@
{
"filebrowser": {
"USER": "#FILEBROWSER_USER",
"PASS": "#FILEBROWSER_PASS"
"FILEBROWSER_USER": "#FILEBROWSER_USER",
"FILEBROWSER_PASS": "#FILEBROWSER_PASS"
}
}