mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[config] add not about server.xsrf.token config
This commit is contained in:
parent
d76f4c2149
commit
5590d8ecca
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
# The host to bind the server to.
|
||||
# server.host: "0.0.0.0"
|
||||
|
||||
# A value to use as a XSRF token. This token is sent back to the server on each request
|
||||
# and required if you want to execute requests from other clients (like curl).
|
||||
# server.xsrf.token: ""
|
||||
|
||||
# The Elasticsearch instance to use for all your queries.
|
||||
# elasticsearch.url: "http://localhost:9200"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue