/ fedimintd / src / envs.rs
envs.rs
 1  // Env variable to TODO
 2  pub const FM_DISABLE_META_MODULE_ENV: &str = "FM_DISABLE_META_MODULE";
 3  
 4  // Env variable to TODO
 5  pub const FM_EXTRA_DKG_META_ENV: &str = "FM_EXTRA_DKG_META";
 6  
 7  // Env variable to TODO
 8  pub const FM_DATA_DIR_ENV: &str = "FM_DATA_DIR";
 9  
10  // Env variable to TODO
11  pub const FM_PASSWORD_ENV: &str = "FM_PASSWORD";
12  
13  // Env variable to TODO
14  pub const FM_TOKIO_CONSOLE_BIND_ENV: &str = "FM_TOKIO_CONSOLE_BIND";
15  
16  // Env variable to TODO
17  pub const FM_BIND_P2P_ENV: &str = "FM_BIND_P2P";
18  
19  // Env variable to TODO
20  pub const FM_P2P_URL_ENV: &str = "FM_P2P_URL";
21  
22  // Env variable to TODO
23  pub const FM_BIND_API_ENV: &str = "FM_BIND_API";
24  
25  // Env variable to TODO
26  pub const FM_API_URL_ENV: &str = "FM_API_URL";
27  
28  // Env variable to TODO
29  pub const FM_BITCOIN_NETWORK_ENV: &str = "FM_BITCOIN_NETWORK";
30  
31  // Env variable to TODO
32  pub const FM_FINALITY_DELAY_ENV: &str = "FM_FINALITY_DELAY";
33  
34  // Env variable to TODO
35  pub const FM_BIND_METRICS_API_ENV: &str = "FM_BIND_METRICS_API";
36  
37  // Env variable to TODO
38  pub const FM_PORT_ESPLORA_ENV: &str = "FM_PORT_ESPLORA";