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

Allow to define the dynamic environment configurations anywhere in the same .env.config file #15

Open
suthagar23 opened this issue Oct 8, 2020 · 0 comments
Labels
hacktoberfest Hacktoberfest New Feature Requesting new feature

Comments

@suthagar23
Copy link
Member

Depend on #14

In #14, Users have to define their dynamic environment configuration before the requirement environment keys. That's condition needs to be removed with this addition, and the user can able to define the dynamic environment configuration anywhere in the .env.config file.

E.g:

{
   "BFF_URL": "{{BASE_URL}}/api/v1",
   "BASE_URL" : "https://abc.com",
}
@suthagar23 suthagar23 added hacktoberfest Hacktoberfest New Feature Requesting new feature labels Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest New Feature Requesting new feature
Projects
None yet
Development

No branches or pull requests

1 participant