Fixes #1677 - Adding the host binding default to the config

This commit is contained in:
Chris Cowan 2014-10-15 14:52:35 -07:00
parent e243be97ba
commit 2185bb5675

View file

@ -1,6 +1,9 @@
# Kibana is served by a backend server. This controls which port to use.
port: 5601
# The host to bind the server to
host: "0.0.0.0"
# The Elasticsearch instance to use for all your queries
elasticsearch: "http://localhost:9200"