Umgebungsvariablen einrichten - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & Referenzen

Portfolio
Industrial Edge
Product
Industrial Edge
Product Version
v25.04
Edition
04/2025
Language
de-DE

Sie können auch die Umgebungsvariablen für die IE App Publisher (iectl publisher) Befehle einstellen. Die folgende Liste zeigt Umgebungsvariablen, die für IECTL in Bezug auf den IE App Publisher eingestellt werden können:

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"