Update .filebrowser.json (#1032)
Fix the issue of modifying configurations that are not stored and take effect.
This commit is contained in:
parent
8280f51b8f
commit
a7fda080c1
|
|
@ -3,6 +3,6 @@
|
||||||
"baseURL": "",
|
"baseURL": "",
|
||||||
"address": "",
|
"address": "",
|
||||||
"log": "stdout",
|
"log": "stdout",
|
||||||
"database": "/database/filebrowser.db",
|
"database": "/database.db",
|
||||||
"root": "/srv"
|
"root": "/srv"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue