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

remove unused settings property

parent 42b359da
No related branches found
No related tags found
No related merge requests found
...@@ -190,11 +190,10 @@ duniter.mail.enable: false ...@@ -190,11 +190,10 @@ duniter.mail.enable: false
# #
#duniter.mail.subject.prefix: '[Cesium+]' #duniter.mail.subject.prefix: '[Cesium+]'
# ---------------------------------- Duniter4j Changes module ------------------------ # ---------------------------------- Duniter4j Websocket server ----------------------
# #
# Index to listen, for the changes module (Allow to listen changes throw websocket) # Websocket port (usefull for listen changes)
# #
duniter.changes.listenSource: '*/block'
duniter.ws.port: 9400 duniter.ws.port: 9400
# ---------------------------------- Duniter4j Subscription module ------------------- # ---------------------------------- Duniter4j Subscription module -------------------
......
...@@ -123,6 +123,7 @@ duniter.string.analyzer: french ...@@ -123,6 +123,7 @@ duniter.string.analyzer: french
# Enabling node blockchain synchronization # Enabling node blockchain synchronization
# #
duniter.blockchain.enable: true duniter.blockchain.enable: true
duniter.blockchain.reload: true
# #
# Force to reset and reload the blockchain, at startup - DO SET to true in production # Force to reset and reload the blockchain, at startup - DO SET to true in production
# #
...@@ -189,7 +190,6 @@ duniter.mail.smtp.port: 25 ...@@ -189,7 +190,6 @@ duniter.mail.smtp.port: 25
# #
#duniter.mail.from: no-reply@domain.com #duniter.mail.from: no-reply@domain.com
duniter.mail.from: 'no-reply@duniter.fr' duniter.mail.from: 'no-reply@duniter.fr'
# #
# Mail: admin address # Mail: admin address
# #
...@@ -201,11 +201,10 @@ duniter.mail.admin: 'benoit.lavenier@e-is.pro' ...@@ -201,11 +201,10 @@ duniter.mail.admin: 'benoit.lavenier@e-is.pro'
# #
#duniter.mail.subject.prefix: '[Cesium+]' #duniter.mail.subject.prefix: '[Cesium+]'
# ---------------------------------- Duniter4j Changes module ---------------------- # ---------------------------------- Duniter4j Websocket server ----------------------
# #
# Index to listen, for the changes module (Allow to listen changes throw websocket) # Websocket port (usefull for listen changes)
# #
duniter.changes.listenSource: '*/block'
duniter.ws.port: 9400 duniter.ws.port: 9400
# ---------------------------------- Duniter4j Subscription module ----------------- # ---------------------------------- Duniter4j Subscription module -----------------
......
...@@ -62,7 +62,6 @@ public class ChangeService { ...@@ -62,7 +62,6 @@ public class ChangeService {
} }
private static final String SETTING_PRIMARY_SHARD_ONLY = "duniter.changes.primaryShardOnly"; private static final String SETTING_PRIMARY_SHARD_ONLY = "duniter.changes.primaryShardOnly";
private static final String SETTING_LISTEN_SOURCE = "duniter.changes.listenSource";
private final ESLogger log = Loggers.getLogger(ChangeService.class); private final ESLogger log = Loggers.getLogger(ChangeService.class);
......
...@@ -174,5 +174,8 @@ duniter.mail.admin: blavenie@EIS-DEV ...@@ -174,5 +174,8 @@ duniter.mail.admin: blavenie@EIS-DEV
# #
#duniter.mail.subject.prefix: [Duniter4j ES] #duniter.mail.subject.prefix: [Duniter4j ES]
duniter.changes.listenSource: '*/block' # ---------------------------------- Duniter4j Websocket server ----------------------
#
# Websocket port (usefull for listen changes)
#
duniter.ws.port: 9400 duniter.ws.port: 9400
...@@ -178,7 +178,10 @@ duniter.mail.admin: blavenie@EIS-DEV ...@@ -178,7 +178,10 @@ duniter.mail.admin: blavenie@EIS-DEV
# #
#duniter.mail.subject.prefix: [Duniter4j ES] #duniter.mail.subject.prefix: [Duniter4j ES]
duniter.changes.listenSource: '*/block' # ---------------------------------- Duniter4j Websocket server ----------------------
#
# Websocket port (usefull for listen changes)
#
duniter.ws.port: 9400 duniter.ws.port: 9400
# ---------------------------------- Duniter4j Subscription services ------------ # ---------------------------------- Duniter4j Subscription services ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment