From 5052b104a5ba966a3a4501b4fae2fa74fb0bf653 Mon Sep 17 00:00:00 2001 From: Benjamin Bollen <ben@monax.io> Date: Mon, 27 Feb 2017 11:33:23 +0100 Subject: [PATCH] config: tiny cleanup in config template --- config/templates.go | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/config/templates.go b/config/templates.go index 904cbc2b..27372813 100644 --- a/config/templates.go +++ b/config/templates.go @@ -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 ## -- GitLab