Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter4j
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
java
duniter4j
Commits
5c27bfc9
Commit
5c27bfc9
authored
8 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
Refactoring code, as a classical ES plugin
parent
dae5be0c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
duniter4j-elasticsearch/src/test/es-home/config/elasticsearch.yml
+16
-12
16 additions, 12 deletions
...j-elasticsearch/src/test/es-home/config/elasticsearch.yml
with
16 additions
and
12 deletions
duniter4j-elasticsearch/src/test/es-home/config/elasticsearch.yml
+
16
−
12
View file @
5c27bfc9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment