-
Notifications
You must be signed in to change notification settings - Fork 480
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
Basic instructions for deploying POS app on Vercel #123
Basic instructions for deploying POS app on Vercel #123
Conversation
@cogoo is attempting to deploy a commit to the Solana Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reminder: Once core SDK is deployed, we have to update the version of |
RATE_LIMIT=10 | ||
RATE_LIMIT_INTERVAL=60 |
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.
We can skip these two env vars here I think. If we add a default endpoint in the code, we can skip all 3 and the entire env var config input step in the screenshots.
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.
There's one env var that we need that's missed here. The SECRET_KEY
It's worth having the environment variables section there, since the values are actually configurable, but toned down the importance since they're optional |
Basic instructions for deploying POS app on Vercel
Commits: