Replies: 1 comment
-
|
Hello @rabol , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in the config file there are a few key values that should be different depending on the environment
e.g.
and an example .env
IMO, this will give the following benefits
No need to publish the config file
If new config options is introduced the user will have valid defaults and simply needs to add x new values to the .env
Different values for each environment.
I have done the above in my app, but the downside for me now is that if a new config option is introduced I have to manually check and merge
Beta Was this translation helpful? Give feedback.
All reactions