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
a lot (most?) services offer env vars for configuration, an issue they all have to tackle is env-vars being strings and testing truthiness of boolean vars. A good approach to do this is using the env-var module, which we can encourage by providing it in the template.
The text was updated successfully, but these errors were encountered:
a lot (most?) services offer env vars for configuration, an issue they all have to tackle is env-vars being strings and testing truthiness of boolean vars. A good approach to do this is using the env-var module, which we can encourage by providing it in the template.
The text was updated successfully, but these errors were encountered: