Skip to content
Snippets Groups Projects
Unverified Commit 5052b104 authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

config: tiny cleanup in config template

parent 9f661b1b
No related branches found
No related tags found
No related merge requests found
......@@ -180,29 +180,12 @@ const separatorModules = `
`
// TODO: [ben] make configurable
const sectionabci = `
################################################################################
##
## Tendermint Socket Protocol (abci)
## version 0.6.0
##
## abci expects a tendermint consensus process to run and connect to Eris-DB
##
################################################################################
[abci]
# listener address for accepting tendermint socket protocol connections
listener = "tcp://0.0.0.0:46658"
`
// TODO: [ben] minimal fields have been made configurable; expand where needed
const sectionTendermint = `
################################################################################
##
## Tendermint
## version 0.6
## version 0.8
##
## in-process execution of Tendermint consensus engine
##
......
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