We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2280e57 commit 717926bCopy full SHA for 717926b
src/config.rs
@@ -75,8 +75,8 @@ pub struct BuilderConfig {
75
)]
76
pub quincey_url: Cow<'static, str>,
77
/// Port for the Builder server.
78
- #[from_env(var = "BUILDER_PORT", desc = "Port for the Builder server", optional)]
79
- pub builder_port: Option<u16>,
+ #[from_env(var = "BUILDER_PORT", desc = "Port for the Builder server")]
+ pub builder_port: u16,
80
/// Key to access Sequencer Wallet - AWS Key ID _OR_ local private key.
81
/// Set IFF using local Sequencer signing instead of remote Quincey signing.
82
#[from_env(
0 commit comments