#--------------------------------------------------------------------------------------------------
# DEVELOPMENT - only for developers
+# The following properties MUST NOT be used in production environments.
# Dev mode allows to reload web sources on changes and to restart server when new versions
# of plugins are deployed.
# Path to webapp sources for hot-reloading of Ruby on Rails, JS and CSS (only core,
# plugins not supported).
#sonar.web.dev.sources=/path/to/server/sonar-web/src/main/webapp
+
+# Uncomment to enable the Elasticsearch HTTP connector, so that ES can be directly requested through
+# http://lmenezes.com/elasticsearch-kopf/?location=http://localhost:9010
+#sonar.search.httpPort=9010