@@ -72,8 +72,7 @@ iavl-lazy-loading = false
|
||||
|
||||
# AppDBBackend defines the database backend type to use for the application and snapshots DBs.
|
||||
# An empty string indicates that a fallback will be used.
|
||||
# First fallback is the deprecated compile-time types.DBBackend value.
|
||||
# Second fallback (if the types.DBBackend also isn't set), is the db-backend value set in Tendermint's config.toml.
|
||||
# The fallback is the db_backend value set in Tendermint's config.toml.
|
||||
app-db-backend = ""
|
||||
|
||||
###############################################################################
|
||||
@@ -107,8 +106,7 @@ prometheus-retention-time = 0
|
||||
#
|
||||
# Example:
|
||||
# [["chain_id", "cosmoshub-1"]]
|
||||
global-labels = [
|
||||
]
|
||||
global-labels = []
|
||||
|
||||
###############################################################################
|
||||
### API Configuration ###
|
||||
@@ -236,7 +234,7 @@ streamers = []
|
||||
|
||||
[streamers]
|
||||
[streamers.file]
|
||||
keys = ["*", ]
|
||||
keys = ["*"]
|
||||
write_dir = ""
|
||||
prefix = ""
|
||||
|
||||
@@ -268,4 +266,4 @@ max-txs = "5000"
|
||||
query_gas_limit = 300000
|
||||
# This is the number of wasm vm instances we keep cached in memory for speed-up
|
||||
# Warning: this is currently unstable and may lead to crashes, best to keep for 0 unless testing locally
|
||||
lru_size = 0
|
||||
lru_size = 0
|
||||
|
||||
@@ -72,8 +72,7 @@ iavl-disable-fastnode = false
|
||||
|
||||
# AppDBBackend defines the database backend type to use for the application and snapshots DBs.
|
||||
# An empty string indicates that a fallback will be used.
|
||||
# First fallback is the deprecated compile-time types.DBBackend value.
|
||||
# Second fallback (if the types.DBBackend also isn't set), is the db-backend value set in CometBFT's config.toml.
|
||||
# The fallback is the db_backend value set in CometBFT's config.toml.
|
||||
app-db-backend = ""
|
||||
|
||||
###############################################################################
|
||||
@@ -107,8 +106,7 @@ prometheus-retention-time = 0
|
||||
#
|
||||
# Example:
|
||||
# [["chain_id", "cosmoshub-1"]]
|
||||
global-labels = [
|
||||
]
|
||||
global-labels = []
|
||||
|
||||
###############################################################################
|
||||
### API Configuration ###
|
||||
|
||||
Reference in New Issue
Block a user