[config] add not about server.xsrf.token config

This commit is contained in:
spalger 2015-11-10 10:58:04 -06:00
parent 3966e2ea44
commit 5b38f328cf

View file

@ -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"