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

Child folder environment variable should override parent folder variables #318

Open
overbit opened this issue Mar 6, 2025 · 1 comment

Comments

@overbit
Copy link

overbit commented Mar 6, 2025

Currently, if an env variable is available in both, parent and child folder, the parent would be used.
The more sensible behaviour is that more specific definitions will override less specific ones.

@flawiddsouza
Copy link
Owner

Hi, actually the child folder variable itself would be used in this case.

If parent has a = 10 and child folder has a = 20, using {{ a }} in any request, would resolve a to 20.

Let me know if you're seeing different behavior and please provide a reproduction.

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

2 participants