-
Notifications
You must be signed in to change notification settings - Fork 6
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
Runtime env var support #701
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your Vercel team allenzhou is not permitted to deploy from this git repository. Contact an administrator to add github organization descope as a Protected Git Scope in allenzhou on Vercel. Once added, commit again to see your changes. Learn more: https://vercel.com/docs/security/protected-git-scopes |
@omercnet Can you please look at this: |
Related Issues
https://github.com/descope/etc/issues/8875
Description
env.js
.docker-entrypoint.sh
to generateenv.js
dynamically at runtime.env.js
and optimize runtime env handling.process.env
with dynamically injectedenv
values in the app.Changes
docker-entrypoint.sh
Dockerfile
config-overrides.js
src/App.tsx
api/favicon.js
Notes