Hello,
We know we can add custom constants to wp-config.php using .wp-env.json, however we would like to be able to change the value using environment variables.
For example,
If we define the constant BASE_API_URI we would like the ability to have the value of the constant be populated with an environment variable we will pass.
Hello, We know we can add custom constants to
wp-config.php
using.wp-env.json
, however we would like to be able to change the value using environment variables.For example, If we define the constant
BASE_API_URI
we would like the ability to have the value of the constant be populated with an environment variable we will pass.Thanks!