mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:47:07 +00:00
Set JWT default options
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"jwt": {
|
||||
"secret": ""
|
||||
"secret": "",
|
||||
"options": {
|
||||
"expiresIn": 900000
|
||||
}
|
||||
},
|
||||
"db": {
|
||||
"user": "postgres",
|
||||
|
||||
Reference in New Issue
Block a user