We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Search for variables that are dependent on the prod and/or dev environment.
prod
dev
For example, the smart contract address can be different for prod env and for dev env.
Thus, create a way to make it configurable on build time (to inject vars in either a .prod.env or .dev.env file).
.prod.env
.dev.env
The text was updated successfully, but these errors were encountered:
Search for variables that are dependent on the prod and/or dev environment. For example, the smart contract address can be different for prod env and for dev env. Thus, create a way to make it configurable on build time (to inject vars in either a .prod.env or .dev.env file).
Hello, i want to work on this issue
Sorry, something went wrong.
awesome. 😄 🎉
Inject config at build time with .env files AxLabs#2
7e56435
6c50a0b
5ba7379
Merge pull request #3 from vczb/add_env
f74d9c4
Inject config at build time with .env files #2
vczb
No branches or pull requests
Search for variables that are dependent on the
prod
and/ordev
environment.For example, the smart contract address can be different for
prod
env and fordev
env.Thus, create a way to make it configurable on build time (to inject vars in either a
.prod.env
or.dev.env
file).The text was updated successfully, but these errors were encountered: