mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:37:07 +00:00
Fix JWT token time to live.
Now half an hour.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"jwt": {
|
||||
"secret": "",
|
||||
"options": {
|
||||
"expiresIn": 900000
|
||||
"expiresIn": 1800
|
||||
}
|
||||
},
|
||||
"db": {
|
||||
|
||||
Reference in New Issue
Block a user