From a090af14b8871b2f0446c05563e104f51df8cf0c Mon Sep 17 00:00:00 2001 From: Brian Fromm Date: Sat, 15 Nov 2025 08:36:21 -0700 Subject: [PATCH] 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. --- docker/common/defaults/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/common/defaults/settings.json b/docker/common/defaults/settings.json index e787ef87..745a251c 100644 --- a/docker/common/defaults/settings.json +++ b/docker/common/defaults/settings.json @@ -4,5 +4,6 @@ "address": "", "log": "stdout", "database": "/database/filebrowser.db", - "root": "/srv" + "root": "/srv", + "token-expiration-time": "2h" } \ No newline at end of file