awx cli not using env variable AWXKIT_BASE_URL

I have the AWXKIT_BASE_URL variable set in the environment but
all attempts to get awx cli to use it fails without any details as to why.

It just goes back to the internal defaults that are output with
awx config → base_url": “https://127.0.0.1:443

Is there a location to set for the config?

Seems that those AWXKIT variables were specific to unit tests.
I found the correct values after building the source docs.
CONTROLLER_HOST
CONTROLLER_USERNAME
CONTROLLER_PASSWORD

The awx tool also doesn’t use a config file like the previous version. It only uses command line args or environment variables.