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

Create .env file for the ports #47

Open
2 tasks
monarchwadia opened this issue Jun 20, 2021 · 1 comment
Open
2 tasks

Create .env file for the ports #47

monarchwadia opened this issue Jun 20, 2021 · 1 comment

Comments

@monarchwadia
Copy link
Member

monarchwadia commented Jun 20, 2021

  • - A new, gitignored file called/dev-overrides.env will allow developers to override env variables in development environment.
  • - This override system should not affect test environments.

For example, if dev.env contains:

FOO=1
BAR=2
BAZ=3

And dev-overrides.env contains the following:

FOO=2

Then the result will be

FOO = 2
BAR = 2
BAZ = 3
@monarchwadia
Copy link
Member Author

This is being worked on by Kharak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant