This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 9592553f authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Still setting up Test Elastic Search

parent e0be881d
1 merge request!17Initial Merge to Prepare Release 1.0.0
......@@ -67,6 +67,7 @@ public class ElasticSearchTestServerConfiguration {
try {
File f = File.createTempFile("tobedeleted", "txt");
Settings s = Settings.builder().put("http.port", "29200")
.put("transport.port", "29300")
.put("node.name", "esSharingTest")
.put("transport.type", "netty4")
.put("http.type", "netty4")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment