Skip to content

Access morph module options via config.

Tom Prince requested to merge tomprince/PrivateStorageio:module-hygiene into develop

This lets other modules override these settings.

I was experimenting with getting a local dev environment setup using docker containers, instead of VMs, and wanted put the secrets in a different location.

Getting these values from the merged config allows another module to modify the secret settings, before they are incorporated into the rest of the configuration.

Merge request reports