Adrián Mouly
01/31/2022, 9:41 PM.env files to have some level of hierarchy?
Like .env should be applied always, then on top of it apply .<http://env.dev|env.dev> if the STAGE=dev …. and so on…
I need to do this due I have some env-vars which are repeated across environments/stages.Adam Fanello
01/31/2022, 9:44 PMAdrián Mouly
01/31/2022, 9:45 PMAdrián Mouly
01/31/2022, 9:45 PM.<http://env.dev|env.dev> and later .env.. I think that’s what it does by default?Adam Fanello
01/31/2022, 9:46 PMAdam Fanello
01/31/2022, 9:47 PMSeth Geoghegan
01/31/2022, 10:00 PM.env as my production configuration that gets overridden with more specific environments? Or should I have a .env.prod to be more specific?Seth Geoghegan
01/31/2022, 10:00 PMAdam Fanello
01/31/2022, 10:01 PM.dev. Environment specific overrides in .env.<stage>.Ross Coundon
01/31/2022, 10:03 PMSeth Geoghegan
01/31/2022, 10:05 PM