Skip to content

Commit

Permalink
[enh] format config file
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Mar 9, 2020
1 parent cdf46e1 commit f429b95
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions cesium-plus-pod-assembly/src/test/es-home/config/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,17 @@ duniter.string.analyzer: french
#
# Include/exclude blockchain movement, using regexp on `TX.comment` (default: <empty>)
#
duniter.blockchain.movement.includes.comment: ["REMU:*", "GCHANGE:*"]
#duniter.blockchain.movement.excludes.comment: ["REMU:*"]
# duniter.blockchain.movement.includes.comment: ["REMU:*", "GCHANGE:*"]
#
# duniter.blockchain.movement.excludes.comment: ["REMU:*"]
#
# Enabling blockchain peers indexation ? (default: ${duniter.blockchain.enable})
#
duniter.blockchain.peer.enable: true
# duniter.blockchain.peer.enable: false
#
# Enabling pending memberships indexation ? (default: ${duniter.blockchain.enable})
#
duniter.blockchain.membership.pending.enable: true
# duniter.blockchain.membership.pending.enable: false
#
# Enable user event on blockchain ? (default: true)
#
Expand All @@ -168,9 +169,9 @@ duniter.blockchain.event.user.enable: false
#
# Force blockchain full synchronization - /!\ WARNING: all user events will be reset to 'unread'
#
#duniter.blockchain.reload: true
#duniter.blockchain.reload.from: 207000
#duniter.blockchain.reload.to: 207190
# duniter.blockchain.reload: true
# duniter.blockchain.reload.from: 207000
# duniter.blockchain.reload.to: 207190
#
# Duniter node address
#
Expand Down Expand Up @@ -224,9 +225,9 @@ duniter.p2p.discovery.enable: false
# Pass a list of hosts to always synchronize (default: <empty>)
#
duniter.p2p.includes.endpoints: [
"ES_CORE_API g1.data.le-sou.org 443",
"ES_USER_API g1.data.le-sou.org 443",
"ES_SUBSCRIPTION_API g1.data.le-sou.org 443"
"ES_CORE_API g1.data.duniter.fr 443",
"ES_USER_API g1.data.duniter.fr 443",
"ES_SUBSCRIPTION_API g1.data.duniter.fr 443"
]
#
# Pass a list of pubkeys to always synchronize (default: <empty>)
Expand Down Expand Up @@ -270,7 +271,7 @@ duniter.p2p.peering.interval: 60
#
# duniter.document.time.maxPastDelta: 7200
#
# Filter document in the futur, if time greater that 'maxFutureDelta' (in seconds). (default: 600 =10min)
# Filter document in the future, if time greater that 'maxFutureDelta' (in seconds). (default: 600 =10min)
#
# duniter.document.time.maxFutureDelta: 600
#
Expand Down

0 comments on commit f429b95

Please sign in to comment.