-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support sub-environment #2038
Comments
As far as I know, environments are scoped to collections. If you have the same variable multiple times in the same project and therefore Git Repository, you could just adjust host to be more specific. |
@sebimarkgraf does it support base env and sub env like this? In another word, there are some common vars like hostname and some variant stuffs like different username/password pair. For now if I want to use different usr/psw I have to switch to a brand new env and need to redefine the common things again such as hostname. |
Closing this as duplicate of #292. Please add a 👍 reaction to issues you find important. |
Currently it only supports global environment. It will be impossible to use same variable key like "host" with different value in each collection. The structure would be flat for now if each collection has multiple env collection such as -dev -prod
Is it possible to support it like insomnia does?
The text was updated successfully, but these errors were encountered: