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