Newer
Older
openhab / openhab.conf.example
@Pascal Gollor Pascal Gollor on 30 Sep 2019 642 bytes add group id
  1. # system architecture
  2. # amd64, armhf, arm64
  3. # look at https://hub.docker.com/r/openhab/openhab/ for more details
  4. OPENHAB_ARCH=amd64
  5.  
  6. # distribution
  7. # debian or alpine
  8. OPENHAB_DIST=debian
  9.  
  10. # user configuration
  11. # http://docs.openhab.org/installation/docker.html
  12. # please add users ID
  13. OPENHAB_USER_ID=1000
  14.  
  15. # group ID
  16. OPENHAB_GROUP_ID=1000
  17.  
  18. # network configuration
  19. OPENHAB_HTTP_BIND=127.0.0.1
  20. OPENHAB_HTTP_PORT=8080
  21.  
  22. OPENHAB_HTTPS_BIND=127.0.0.1
  23. OPENHAB_HTTPS_PORT=8443
  24.  
  25. OPENHAB_OSGI_BIND=127.0.0.1
  26. OPENHAB_OSGI_PORT=5555
  27.  
  28. # timezone
  29. TZ=Europe/Berlin
  30.  
  31. # language
  32. OPENHAB_LANG=de_DE.UTF-8
  33.  
  34. # optional change memory limit
  35. #OPENHAB_MEMORY_LIMIT=2g