Newer
Older
openhab / openhab.conf.example
# system architecture
# amd64, armhf, arm64
# look at https://hub.docker.com/r/openhab/openhab/ for more details
OPENHAB_ARCH=amd64

# distribution
# debian or alpine
OPENHAB_DIST=debian

# 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

# timezone
TZ=Europe/Berlin

# language
OPENHAB_LANG=de_DE.UTF-8

# optional change memory limit
#OPENHAB_MEMORY_LIMIT=2g