We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a875a6 commit 570056aCopy full SHA for 570056a
README.md
@@ -25,8 +25,8 @@ mvn clean package
25
├── configuration.json
26
27
28
-**web_port** port that the webserver will listen on.
+**web_port** (8080) port that the webserver will listen on.
29
30
-**elastic_port** port that ElasticSearch listens to, host is set to localhost.
+**elastic_port** (9200) port that ElasticSearch listens to, host is set to localhost.
31
32
-**elastic_host** address of the ElasticSearch server.
+**elastic_host** (localhost) address of the ElasticSearch server.
0 commit comments