Fix JWT token time to live.

Now half an hour.
This commit is contained in:
D. Berge
2020-10-23 14:49:52 +02:00
parent 59aaacbeee
commit 250ffe243d

View File

@@ -2,7 +2,7 @@
"jwt": {
"secret": "",
"options": {
"expiresIn": 900000
"expiresIn": 1800
}
},
"db": {