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:
parent
02db83c72e
commit
82613a7c1e
@ -3,6 +3,6 @@
|
|||||||
"baseURL": "",
|
"baseURL": "",
|
||||||
"address": "",
|
"address": "",
|
||||||
"log": "stdout",
|
"log": "stdout",
|
||||||
"database": "/database/filebrowser.db",
|
"database": "/filebrowser.db",
|
||||||
"root": "/srv"
|
"root": "/srv"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user