It would be nice if we could set configuration settings through environment variables (retrieved through getenv()). This way we can support dockerized containers that use environment variables which discards the need to change anything in the wp_config.php itself.
Hi guys,
It would be nice if we could set configuration settings through environment variables (retrieved through
getenv()
). This way we can support dockerized containers that use environment variables which discards the need to change anything in the wp_config.php itself.