(separate question)
Is there a way to have the same environment with the same variables, but different values?
For example, for project ‘backend’, I would have the ‘prod backend’ environment, and the ‘dev backend’ environment. These two would have the same keys, but the values would be different depending on prod vs dev.
If not, what is the recommended approach? Just having two completely different environments? This would not play very nicely with typing support (so when coding you actually know which variables are available in which environment)