mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixes #1677 - Adding the host binding default to the config
This commit is contained in:
parent
e243be97ba
commit
2185bb5675
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue