1
0
Fork 0

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 8280f51b8f
commit a7fda080c1
1 changed files with 2 additions and 2 deletions

View File

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