chore: add token-expiration-time to default Docker settings
Makes the token expiration setting more discoverable by including it in the default settings.json file with the default value of 2h.
This commit is contained in:
parent
3592a03f15
commit
a090af14b8
@ -4,5 +4,6 @@
|
||||
"address": "",
|
||||
"log": "stdout",
|
||||
"database": "/database/filebrowser.db",
|
||||
"root": "/srv"
|
||||
"root": "/srv",
|
||||
"token-expiration-time": "2h"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user