Skip to content

Commit

Permalink
fix: lockbox env name
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 3, 2024
1 parent 3771341 commit 1ccdebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl ServerConfig {
};

ServerConfig {
lockbox: Some(get_env_or_config("lockbox", "LOCKBOX_URL")),
lockbox: Some(get_env_or_config("lockbox", "LOCKBOX")),
network: get_env_or_config("network", "BITCOIN_NETWORK"),
lockheight_init: get_env_or_config("lockheight_init", "LOCKHEIGHT_INIT").parse::<u32>().unwrap(),
lh_decrement: get_env_or_config("lh_decrement", "LH_DECREMENT").parse::<u32>().unwrap(),
Expand Down

0 comments on commit 1ccdebc

Please sign in to comment.