Skip to content
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

inject config at build time with .env files #2

Open
gsmachado opened this issue Oct 19, 2021 · 2 comments
Open

inject config at build time with .env files #2

gsmachado opened this issue Oct 19, 2021 · 2 comments
Assignees

Comments

@gsmachado
Copy link
Member

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).

@vczb
Copy link
Contributor

vczb commented Oct 19, 2021

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

@gsmachado
Copy link
Member Author

awesome. 😄 🎉

vczb added a commit to vczb/meme-governance-frontend that referenced this issue Oct 21, 2021
vczb added a commit to vczb/meme-governance-frontend that referenced this issue Oct 23, 2021
vczb added a commit to vczb/meme-governance-frontend that referenced this issue Oct 26, 2021
gsmachado added a commit that referenced this issue Oct 27, 2021
Inject config at build time with .env files #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants