Update .filebrowser.json (#1032)

Fix the issue of modifying configurations that are not stored and take effect.
This commit is contained in:
2024-03-04 18:14:48 +08:00
committed by GitHub
parent e7e6a9d616
commit 27698e5f64

View File

@@ -3,6 +3,6 @@
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/database/filebrowser.db",
"database": "/database.db",
"root": "/srv"
}
}