You can also set the environment variables for the IE App Publisher(iectl publisher
) commands. The following list shows environment variables that can be set for the IECTL related to the IE App Publisher:
export IE_SKIP_CERTIFICATE="Set to true to skip certificate check" OR export EDGE_SKIP_TLS=1
export IE_DOCKER_URL="Docker engine url eg : <protocol>://<ip>:<port>"
export IE_DOCKER_CAFILE="Path of the ca file to connect to a Docker engine (If applicable)"
export IE_DOCKER_CERTFILE="Path of the certfile file to connect to a Docker engine (If applicable)"
export IE_DOCKER_KEYFILE="Path of the keyfile file to connect to a Docker engine (If applicable)"
export IE_WORKSPACE="Path of the workspace for CLI"
export IE_URL="IEM URL <protocol>://<ip/domain>:<port[optional]>"
export IE_USER="IEM user email address"
export IE_PASSWORD="IEM user password"
export IE_CONFIG_PATH="path of config file, if you want to load environment vaiables from a file[default path is "./.env"]"
export IEHUB_URL="localhost,127.0.0.0"
export IEHUB_USER="localhost,127.0.0.0"
export IEHUB_PASSWORD="localhost,127.0.0.0"
export IEHUB_LOGIN_URL="localhost,127.0.0.0"
export IEHUB_AUDIENCE="localhost,127.0.0.0"
export IEHUB_CLIENTID="localhost,127.0.0.0"
export HTTP_PROXY / http_proxy="protocol://user:password@proxy-server:port"
export HTTPS_PROXY / https_proxy="protocol://user:password@proxy-server:port"
export NO_PROXY / no_proxy="localhost,127.0.0.0"