You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something I never seen on any client is a parameter settting for multiple instances environments.
E.g:
Some companies have multiple instances running for each system: development, preproduction, prouction, etc.
Today, the standard environment variables allow us to set different URL's, usernames, passwords, etc, though we have to create one
environment for each instance, in this example, 3 environments at least, each environment with the same amount of variables with different values corresponding to the correct instance of the server.
Idea: Instead of having the conventional Environment Variables, it could be easier if a dynamic variable could have multiple values, so when setting the active Environment, we could set also a second parameter like "Instance".
The configuration would look like this but of course there are better ui than that:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Something I never seen on any client is a parameter settting for multiple instances environments.
E.g:
Some companies have multiple instances running for each system: development, preproduction, prouction, etc.
Today, the standard environment variables allow us to set different URL's, usernames, passwords, etc, though we have to create one
environment for each instance, in this example, 3 environments at least, each environment with the same amount of variables with different values corresponding to the correct instance of the server.
Idea: Instead of having the conventional Environment Variables, it could be easier if a dynamic variable could have multiple values, so when setting the active Environment, we could set also a second parameter like "Instance".
The configuration would look like this but of course there are better ui than that:
Beta Was this translation helpful? Give feedback.
All reactions