mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
After this change, new nodes will not have indexing enabled by default. Test configurations will still use "kv". * Update pending changelog and upgrading notes. * Fix indexer config for the test app. * Update config template and enable indexing for e2e tests.
6 lines
65 B
TOML
6 lines
65 B
TOML
[rpc]
|
|
laddr = "tcp://0.0.0.0:26657"
|
|
|
|
[tx-index]
|
|
indexer = ["kv"]
|