Skip to content
Snippets Groups Projects
Commit 2104eb23 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Generate cesium config.js file dynamically

parent 9c6ba6ba
No related branches found
No related tags found
No related merge requests found
...@@ -53,12 +53,17 @@ cluster.name: duniter4j-elasticsearch ...@@ -53,12 +53,17 @@ cluster.name: duniter4j-elasticsearch
# Set the bind address to a specific IP (IPv4 or IPv6): # Set the bind address to a specific IP (IPv4 or IPv6):
# #
# network.host: 192.168.0.1 # network.host: 192.168.0.1
#network.host: 192.168.0.28
# #
# Set a custom port for HTTP: # Set a custom port for HTTP:
# #
# http.port: 9200 # http.port: 9200
http.cors.enabled: false #http.port: 9200
http.cors.allow-origin: "/.*/"
http.cors.enabled: true
# #
# For more information, see the documentation at: # For more information, see the documentation at:
# <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html> # <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html>
...@@ -69,6 +74,7 @@ http.cors.enabled: false ...@@ -69,6 +74,7 @@ http.cors.enabled: false
# The default list of hosts is ["127.0.0.1", "[::1]"] # The default list of hosts is ["127.0.0.1", "[::1]"]
# #
# discovery.zen.ping.unicast.hosts: ["host1", "host2"] # discovery.zen.ping.unicast.hosts: ["host1", "host2"]
#discovery.zen.ping.unicast.hosts: ["127.0.0.1", ""]
# #
# Prevent the "split brain" by configuring the majority of nodes (total number of nodes / 2 + 1): # Prevent the "split brain" by configuring the majority of nodes (total number of nodes / 2 + 1):
# #
...@@ -96,18 +102,23 @@ http.cors.enabled: false ...@@ -96,18 +102,23 @@ http.cors.enabled: false
# #
# action.destructive_requires_name: true # action.destructive_requires_name: true
security.manager.enabled: false security.manager.enabled: false
#duniter.disable: true #duniter.disable: true
duniter.host: cgeek.fr #duniter.host: cgeek.fr
duniter.port: 9330 #duniter.port: 9330
duniter.host: 192.168.0.5
duniter.port: 9201
duniter.string.analyzer: french duniter.string.analyzer: french
#duniter.indices.reload: true #duniter.indices.reload: true
# Should synchronize node blockchain ?
duniter.blockchain.sync.enable: true
#duniter.dev.enable: true #duniter.dev.enable: true
#script.groovy.sandbox.enabled: true #script.groovy.sandbox.enabled: true
......
...@@ -16,7 +16,12 @@ logger: ...@@ -16,7 +16,12 @@ logger:
org.apache.http: INFO org.apache.http: INFO
org.duniter: DEBUG org.duniter: INFO
org.duniter.elasticsearch: DEBUG
org.nuiton.i18n: WARN
org.nuiton.config: WARN
# gateway # gateway
#gateway: DEBUG #gateway: DEBUG
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<jna.version>4.1.0</jna.version> <jna.version>4.1.0</jna.version>
<tyrus.version>1.12</tyrus.version> <tyrus.version>1.12</tyrus.version>
<cesium.version>0.1.26</cesium.version> <cesium.version>0.1.28</cesium.version>
<nuitonConfigVersion>3.0-rc-4</nuitonConfigVersion> <nuitonConfigVersion>3.0-rc-4</nuitonConfigVersion>
<nuitonI18nVersion>3.5</nuitonI18nVersion> <nuitonI18nVersion>3.5</nuitonI18nVersion>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment