Makes the token expiration setting more discoverable by including it in the default settings.json file with the default value of 2h.
9 lines
162 B
JSON
9 lines
162 B
JSON
{
|
|
"port": 80,
|
|
"baseURL": "",
|
|
"address": "",
|
|
"log": "stdout",
|
|
"database": "/database/filebrowser.db",
|
|
"root": "/srv",
|
|
"token-expiration-time": "2h"
|
|
} |