🛠️add auth token expiration env variable (#212)
This commit is contained in:
@@ -27,7 +27,8 @@
|
|||||||
"websocket": {
|
"websocket": {
|
||||||
"auth": {
|
"auth": {
|
||||||
"jwt": {
|
"jwt": {
|
||||||
"secret": "AUTH_JWT_SECRET"
|
"secret": "AUTH_JWT_SECRET",
|
||||||
|
"expiration": "AUTH_JWT_EXPIRATION"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user