I'm wondering if it's possible to set values that normally are set in .config
by using environment variables. For example, in .config
, I may need CONFIG_GOLANG_EXTERNAL_BOOTSTRAP_ROOT=/usr/local/go
. Is there a way to specify that outside the .config
file?