mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
Update default config docs for PSQL indexer settings. (#8728)
This commit is contained in:
@@ -473,8 +473,14 @@ peer_query_maj23_sleep_duration = "{{ .Consensus.PeerQueryMaj23SleepDuration }}"
|
|||||||
# 1) "null"
|
# 1) "null"
|
||||||
# 2) "kv" (default) - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend).
|
# 2) "kv" (default) - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend).
|
||||||
# - When "kv" is chosen "tx.height" and "tx.hash" will always be indexed.
|
# - When "kv" is chosen "tx.height" and "tx.hash" will always be indexed.
|
||||||
|
# 3) "psql" - the indexer services backed by PostgreSQL.
|
||||||
|
# When "kv" or "psql" is chosen "tx.height" and "tx.hash" will always be indexed.
|
||||||
indexer = "{{ .TxIndex.Indexer }}"
|
indexer = "{{ .TxIndex.Indexer }}"
|
||||||
|
|
||||||
|
# The PostgreSQL connection configuration, the connection format:
|
||||||
|
# postgresql://<user>:<password>@<host>:<port>/<db>?<opts>
|
||||||
|
psql-conn = "{{ .TxIndex.PsqlConn }}"
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
### Instrumentation Configuration Options ###
|
### Instrumentation Configuration Options ###
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user