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 need to support multiple environments for my server. Also different environments have different variables. But there is not a clean/simple way to do it.
Right now to support 2 envs you will have to create .env.prod and .env.prod.example pairs for each env.
Ideally I would like to have max to files but maybe when you call:
constenv=envy({yourEnv});
and inside .env.example and .env you can have few functions???
The text was updated successfully, but these errors were encountered:
sholladay
changed the title
Feature request: support(example) for multiple environments.
Support multiple environments with single .example file
Jul 20, 2020
sholladay
changed the title
Support multiple environments with single .example file
Add option for specifying the path to the .example file
Apr 22, 2021
I need to support multiple environments for my server. Also different environments have different variables. But there is not a clean/simple way to do it.
Right now to support 2 envs you will have to create
.env.prod
and.env.prod.example
pairs for each env.Ideally I would like to have max to files but maybe when you call:
and inside
.env.example
and.env
you can have few functions???The text was updated successfully, but these errors were encountered: