diff --git a/duniter4j-elasticsearch/src/test/es-home/config/elasticsearch.yml b/duniter4j-elasticsearch/src/test/es-home/config/elasticsearch.yml
index 3edb70993f5b95cfccf62b1ea3a942a080716b51..1f9ff306c63e03a1f6381fa734529de1b63faabd 100644
--- a/duniter4j-elasticsearch/src/test/es-home/config/elasticsearch.yml
+++ b/duniter4j-elasticsearch/src/test/es-home/config/elasticsearch.yml
@@ -15,6 +15,7 @@
 # Use a descriptive name for your cluster:
 #
 # cluster.name: my-application
+cluster.name: duniter4j-elasticsearch
 #
 # ------------------------------------ Node ------------------------------------
 #
@@ -55,24 +56,15 @@
 #
 # Set a custom port for HTTP:
 #
-http.port: 9292
+# http.port: 9200
+#http.port: 9200
+http.cors.enabled: true
 #
 # For more information, see the documentation at:
 # <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html>
 #
-# ---------------------------------- Gateway -----------------------------------
-#
-# Block initial recovery after a full cluster restart until N nodes are started:
-#
-# gateway.recover_after_nodes: 3
-#
-# For more information, see the documentation at:
-# <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-gateway.html>
-#
 # --------------------------------- Discovery ----------------------------------
 #
-# Elasticsearch nodes will find each other via unicast, by default.
-#
 # Pass an initial list of hosts to perform discovery when new node is started:
 # The default list of hosts is ["127.0.0.1", "[::1]"]
 #
@@ -85,6 +77,15 @@ http.port: 9292
 # For more information, see the documentation at:
 # <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery.html>
 #
+# ---------------------------------- Gateway -----------------------------------
+#
+# Block initial recovery after a full cluster restart until N nodes are started:
+#
+# gateway.recover_after_nodes: 3
+#
+# For more information, see the documentation at:
+# <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-gateway.html>
+#
 # ---------------------------------- Various -----------------------------------
 #
 # Disable starting multiple nodes on a single system:
@@ -95,6 +96,9 @@ http.port: 9292
 #
 # action.destructive_requires_name: true
 
+
+security.manager.enabled: false
+
 #duniter.disable: true
 duniter.host: cgeek.fr
 duniter.port: 9330