From b657ac70ee8734791d0850481d17c6ead9058f13 Mon Sep 17 00:00:00 2001 From: Fuyao Zhao Date: Tue, 17 Dec 2024 12:59:33 +0800 Subject: [PATCH] Don't hardcode db name, which should be in connection string --- networks/movement/indexer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks/movement/indexer/src/main.rs b/networks/movement/indexer/src/main.rs index 6610f72ca..f1c6ef9cc 100644 --- a/networks/movement/indexer/src/main.rs +++ b/networks/movement/indexer/src/main.rs @@ -132,7 +132,7 @@ fn build_processor_conf( let indexer_config_content = format!( "processor_config: type: {} -postgres_connection_string: {}/postgres +postgres_connection_string: {} indexer_grpc_data_service_address: {} indexer_grpc_http2_ping_interval_in_secs: {} indexer_grpc_http2_ping_timeout_in_secs: {}