Newer
Older
openhab / openhab.conf
@Pascal Gollor Pascal Gollor on 31 May 2017 440 bytes change uid
# system architecture
# amd64, armhf, arm64
# look at https://hub.docker.com/r/openhab/openhab/ for more details
OPENHAB_ARCH=amd64

# user configuration
# http://docs.openhab.org/installation/docker.html
# please add user like UID:GID
OPENHAB_USER_ID=1000

# network configuration
OPENHAB_HTTP_BIND=127.0.0.1
OPENHAB_HTTP_PORT=8080

OPENHAB_HTTPS_BIND=127.0.0.1
OPENHAB_HTTPS_PORT=8443

OPENHAB_OSGI_BIND=127.0.0.1
OPENHAB_OSGI_PORT=5555