ci-secure-api
ci-secure-api copied to clipboard
JWT_TIME_TO_LIVE is seconds not milliseconds
#JWT_TIME_TO_LIVE indicates the validity period of a signed JWT (in milliseconds)
#JWT_TIME_TO_LIVE=3600
In the env file the comment shows as above. But the JWT_TIME_TO_LIVE value is using seconds not milliseconds.