Skip to content

Make settings.php read from $MINDS_VARIABLE_NAME environment variables

To enable easy secrets management in the review sites, we're going to be using kubernetes secrets management here

https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-environment-variables

To simply development and make it easier to interpolate, we'll use

https://github.com/vlucas/phpdotenv

Edited by Brian Hatchet