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
It turned out that this feature was already implemented in Amber. But no one documented it.
You can override values defined inside .yml files in the config/settings.cr file. It essentially acheives the goals of this issue: Which is to provide a clean API for accessing configuration variables.
TODO: Document this feature.
The text was updated successfully, but these errors were encountered:
Right now I can say that if there is an ENV declared that does exist in one of the environment yaml files, Amber will prefer the ENV declaration over the yaml file version.
Original Message Deleted
It turned out that this feature was already implemented in Amber. But no one documented it.
You can override values defined inside .yml files in the
config/settings.cr
file. It essentially acheives the goals of this issue: Which is to provide a clean API for accessing configuration variables.TODO: Document this feature.
The text was updated successfully, but these errors were encountered: