filebrowser/docker/common/defaults/settings.json
Brian Fromm a090af14b8 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.
2025-11-16 16:50:34 -07:00

9 lines
162 B
JSON

{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/srv",
"token-expiration-time": "2h"
}