filebrowser/docker/root/defaults/settings.json
EDIflyer 82613a7c1e
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!)
2022-11-11 00:16:23 +00:00

9 lines
121 B
JSON

{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/filebrowser.db",
"root": "/srv"
}