Skip to content

Commit

Permalink
Fixing env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
leboiko committed Jan 22, 2025
1 parent 6199b4e commit 02eaf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion histoflux/src/app_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl SqsProducer {
info!("Starting polling events");

// Start listening BEFORE processing historical records
let mut listener = PgListener::connect(&self.env.database_url).await?;
let mut listener = PgListener::connect(&self.env.indexer_database_url).await?;
listener.listen("raw_logs_channel").await?;

info!("Start pulling historical records");
Expand Down

0 comments on commit 02eaf45

Please sign in to comment.