-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(application-generic): add SUBSCRIBER_WIDGET_JWT_EXPIRATION_TIME env variable #7105
base: next
Are you sure you want to change the base?
Conversation
@@ -87,3 +87,5 @@ TUNNEL_BASE_ADDRESS= | |||
PLAIN_SUPPORT_KEY='PLAIN_SUPPORT_KEY' | |||
PLAIN_IDENTITY_VERIFICATION_SECRET_KEY='PLAIN_IDENTITY_VERIFICATION_SECRET_KEY' | |||
NOVU_INTERNAL_SECRET_KEY= | |||
# expressed in seconds or a string describing a time span [zeit/ms](https://github.com/zeit/ms.js). Eg: 60, "2 days", "10h", "7d" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jainpawan21 are comments allowed in a .env file? (don't remember if they do)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah .env file supports comments
https://dotenvx.com/docs/env-file
✅ Deploy Preview for novu-stg-vite-dashboard-poc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
What changed? Why was the change needed?
add
SUBSCRIBER_WIDGET_JWT_EXPIRATION_TIME
env variable to customize subscriber widget jwt expire timeref:- Slack conversation
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer