fedimintd/
envs.rs
1pub const FM_DISABLE_META_MODULE_ENV: &str = "FM_DISABLE_META_MODULE";
2
3pub const FM_DATA_DIR_ENV: &str = "FM_DATA_DIR";
4
5pub const FM_BIND_TOKIO_CONSOLE_ENV: &str = "FM_BIND_TOKIO_CONSOLE";
6
7pub const FM_BIND_P2P_ENV: &str = "FM_BIND_P2P";
8
9pub const FM_P2P_URL_ENV: &str = "FM_P2P_URL";
10
11pub const FM_BIND_API_ENV: &str = "FM_BIND_API";
12
13pub const FM_API_URL_ENV: &str = "FM_API_URL";
14
15pub const FM_BIND_UI_ENV: &str = "FM_BIND_UI";
16
17pub const FM_BITCOIN_NETWORK_ENV: &str = "FM_BITCOIN_NETWORK";
18
19pub const FM_BIND_METRCIS_ENV: &str = "FM_BIND_METRICS";
20
21pub const FM_PORT_ESPLORA_ENV: &str = "FM_PORT_ESPLORA";
22
23pub const FM_FORCE_API_SECRETS_ENV: &str = "FM_FORCE_API_SECRETS";
24
25pub const FM_BITCOIND_URL_ENV: &str = "FM_BITCOIND_URL";
26
27pub const FM_ESPLORA_URL_ENV: &str = "FM_ESPLORA_URL";
28
29pub const FM_ENABLE_IROH_ENV: &str = "FM_ENABLE_IROH";
30
31pub const FM_DB_CHECKPOINT_RETENTION_ENV: &str = "FM_DB_CHECKPOINT_RETENTION";