change to /database.db to match default

This commit is contained in:
EDIflyer 2022-11-11 00:38:47 +00:00 committed by GitHub
parent 82613a7c1e
commit 7377aa554e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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