change default settings file

other documentation uses `/filebrowser.db` so change from `/database/filebrowser.db` for consistency (had lots of file not found issues before when trying to use default config!)
This commit is contained in:
EDIflyer 2022-11-11 00:16:23 +00:00 committed by GitHub
parent 02db83c72e
commit 82613a7c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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