🛠️add auth token expiration env variable (#212)

This commit is contained in:
Anton Shepilov
2023-09-22 16:46:30 +02:00
committed by GitHub
parent d88feaaba8
commit c8f4eccf87
@@ -27,7 +27,8 @@
"websocket": { "websocket": {
"auth": { "auth": {
"jwt": { "jwt": {
"secret": "AUTH_JWT_SECRET" "secret": "AUTH_JWT_SECRET",
"expiration": "AUTH_JWT_EXPIRATION"
} }
} }
}, },