From 5fb3cd221840e885252671b8db5b930b40338d2e Mon Sep 17 00:00:00 2001 From: ZENODE Date: Mon, 5 Feb 2024 14:57:28 +0100 Subject: [PATCH 1/2] Update Settings.example.toml --- config/Settings.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Settings.example.toml b/config/Settings.example.toml index 09099cf..72582b0 100644 --- a/config/Settings.example.toml +++ b/config/Settings.example.toml @@ -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" From b3f63f8bec26025598d0ffb443daf76d4f3edf9d Mon Sep 17 00:00:00 2001 From: ZENODE Date: Mon, 5 Feb 2024 14:58:52 +0100 Subject: [PATCH 2/2] Update 03-indexer.md --- docs/03-indexer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/03-indexer.md b/docs/03-indexer.md index 8ce4843..bf8c7c6 100644 --- a/docs/03-indexer.md +++ b/docs/03-indexer.md @@ -17,6 +17,7 @@ host = "localhost" user = "postgres" password = "wow" dbname = "blockchain" +create_index = true # The tendermint RPC address and port to access the Namada node [indexer]