Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Clarify users that a create_index field is needed in the Settings.toml file #96

Merged
merged 3 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/Settings.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dbname = "blockchain"
# Optional field to configure a timeout if database connection
# fails.
connection_timeout = 20

create_index = true

[server]
serve_at = "0.0.0.0"
Expand Down
1 change: 1 addition & 0 deletions docs/03-indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ host = "localhost"
user = "postgres"
password = "wow"
dbname = "blockchain"
create_index = true

# The tendermint RPC address and port to access the Namada node
[indexer]
Expand Down
Loading