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
I think this way of organizing environment-dependent variables has a ton of potential! One small nitpick, however, is that I've now lost support for .env file syntax highlighting on my IDE. If the file name structure was "flipped" and looked more like local.production.env, this wouldn't be an issue. There are probably complexities that I'm overlooking, but would this be possible?
The text was updated successfully, but these errors were encountered:
Doesn't your IDE support patterns for file extensions? Then could configure it for a pattern like .env*. I know IntelliJ IDEA supports such configuration
I think this way of organizing environment-dependent variables has a ton of potential! One small nitpick, however, is that I've now lost support for .env file syntax highlighting on my IDE. If the file name structure was "flipped" and looked more like
local.production.env
, this wouldn't be an issue. There are probably complexities that I'm overlooking, but would this be possible?The text was updated successfully, but these errors were encountered: