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
Evaluate each variable with a default flag set.
Do we want a default value for that specific variable.
Do we want to add a default value for a variable that doesn't have one already.
Use examples folder as the guiding light.
Make a PR explaining each change made.
Looking good. Defaults should be reasonable and enough to get something running. think these are all fine defaults. Here are some that you might consider changing:
postgres 12 would be a good default engine because it's out and stable a long time now. May as well default to the latest stable.
Tasks cpu memory and ram should not use default 0 because if someone using the module does not set them their app will likely not start and that could complicate debugging.
Evaluate each variable with a default flag set.
Do we want a default value for that specific variable.
Do we want to add a default value for a variable that doesn't have one already.
Use
examples
folder as the guiding light.Make a PR explaining each change made.
Command to show all default variables in bash.
The text was updated successfully, but these errors were encountered: