Skip to content

Commit

Permalink
Don't hardcode db name, which should be in connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Dec 17, 2024
1 parent a209fa3 commit b657ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/movement/indexer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit b657ac7

Please sign in to comment.