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:
Brian Fromm 2025-11-15 08:36:21 -07:00
parent 3592a03f15
commit a090af14b8

View File

@ -4,5 +4,6 @@
"address": "",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/srv"
"root": "/srv",
"token-expiration-time": "2h"
}