Add hostname to the listener

This commit is contained in:
Mike Reeves
2021-04-13 20:22:51 -04:00
parent db7dcd76cd
commit aa66b6226f

View File

@@ -496,7 +496,7 @@ setup.template.enabled: false
http.enabled: true
# The HTTP endpoint will bind to this hostname or IP address. It is recommended to use only localhost.
http.host: {{ HOSTNAME }}
http.host: 0.0.0.0
# Port on which the HTTP endpoint will bind. Default is 5066.
http.port: 5066