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": "",
|
||||
"address": "",
|
||||
"log": "stdout",
|
||||
"database": "/database/filebrowser.db",
|
||||
"database": "/database.db",
|
||||
"root": "/srv"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue