-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
I have checked the following:
- I've searched existing issues and found nothing related to my issue.
This feature
- blocks me from using Bruno
- would improve my quality of life in Bruno
- is something I've never seen an API client do before
Describe the feature you want to add, and how it would change your usage of Bruno
I've asked about "Nested" environments before, but this might be a little different.
Basically, I'm trying to figure out how to handle a situation where we might use bruno in a multiple developer environment.
So, I want to configure all the various collections etc in the general case, but, when the bruno folders are opened by ME, certain variables are set to the way I need them set, but if Joe clones the buno collections to his machine and loads, those same variables pick up values specific to Joe.
A bit like in .net, how you have appsettings.json, but then if there's an "appsettings.{username}.json" any values in it override those in the base appsettings.json file.
I thought +maybe+ .env files, or Global environments, but that wouldn't be automatic.
Ideally, you'd have a global env that was loaded based on the system environment USERNAME variable
Then the appropriate global env would automatically be loaded when each individual user loads bruno.
Or maybe there's another way?
Scripting possibly?
Mockups or Images of the feature
No response