Skip to content

Commit

Permalink
Fix prover config
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <deniallugo@gmail.com>
  • Loading branch information
Deniallugo committed Jun 6, 2024
1 parent 24b8f93 commit 70de255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/prover_fri_gateway/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ fn load_env_config() -> anyhow::Result<TempConfigStore> {
fri_prover_gateway_config: FriProverGatewayConfig::from_env().ok(),
object_store_config: ObjectStoreConfig::from_env().ok(),
observability: ObservabilityConfig::from_env().ok(),
prover_config: ProverConfig::from_env().ok(),
..Default::default()
})
}

0 comments on commit 70de255

Please sign in to comment.