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

Commit

Permalink
fix: Clarify users that a create_index field is needed in the Setting…
Browse files Browse the repository at this point in the history
…s.toml file (#96)

This is a clarification on how to fix the issue explained in #95.
  • Loading branch information
zenodeapp authored Feb 6, 2024
1 parent beefffe commit 6abb737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 6abb737

Please sign in to comment.