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
Originally, we developed this app with the requirement that a config-file-free configuration must be possible (due to some of the deployment modes we began with).
This is no longer a requirement, and facilitating it adds more to maintenance overhead than one would expect - we must maintain code for two separate hcl decoders, for example.
Since HCL configs can support env vars, there's no reason to continue supporting the old env var configuration model. We should rip that support out and use the opportunity to rationalise the config code as much as possible.
The text was updated successfully, but these errors were encountered:
Originally, we developed this app with the requirement that a config-file-free configuration must be possible (due to some of the deployment modes we began with).
This is no longer a requirement, and facilitating it adds more to maintenance overhead than one would expect - we must maintain code for two separate hcl decoders, for example.
Since HCL configs can support env vars, there's no reason to continue supporting the old env var configuration model. We should rip that support out and use the opportunity to rationalise the config code as much as possible.
The text was updated successfully, but these errors were encountered: