Currently Ember Nexus is being configured by some environment variables (database connection strings) as well as a YML configuration file - which can be tricky to use in dockerized environments.
Question: Should the content of the YML configuration file be augmented by identical environment variables? Or replaced by only environment variables?
Currently Ember Nexus is being configured by some environment variables (database connection strings) as well as a YML configuration file - which can be tricky to use in dockerized environments.
Question: Should the content of the YML configuration file be augmented by identical environment variables? Or replaced by only environment variables?