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!)
9 lines
121 B
JSON
9 lines
121 B
JSON
{
|
|
"port": 80,
|
|
"baseURL": "",
|
|
"address": "",
|
|
"log": "stdout",
|
|
"database": "/filebrowser.db",
|
|
"root": "/srv"
|
|
}
|