Add hostname to the listener

This commit is contained in:
Mike Reeves
2021-04-13 20:21:32 -04:00
parent 7153f58a03
commit db7dcd76cd

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: localhost
http.host: {{ HOSTNAME }}
# Port on which the HTTP endpoint will bind. Default is 5066.
http.port: 5066