fedimint_testing/
envs.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Env variable to TODO
pub const FM_PREPARE_DB_MIGRATION_SNAPSHOTS_ENV: &str = "FM_PREPARE_DB_MIGRATION_SNAPSHOTS";

// Env variable to TODO
pub const FM_TEST_USE_REAL_DAEMONS_ENV: &str = "FM_TEST_USE_REAL_DAEMONS";

// Env variable to TODO
pub const FM_PORT_ESPLORA_ENV: &str = "FM_PORT_ESPLORA";

// Env variable to TODO
pub const FM_TEST_DIR_ENV: &str = "FM_TEST_DIR";

// Env variable to TODO
pub const FM_PORT_CLN_ENV: &str = "FM_PORT_CLN";

// Env variable to TODO
pub const FM_GATEWAY_LIGHTNING_ADDR_ENV: &str = "FM_GATEWAY_LIGHTNING_ADDR";

// Env variable to TODO
pub const FM_PORT_LND_LISTEN_ENV: &str = "FM_PORT_LND_LISTEN";

// Env variable to TODO
pub const FM_LND_RPC_ADDR_ENV: &str = "FM_LND_RPC_ADDR";

// Env variable to TODO
pub const FM_LND_MACAROON_ENV: &str = "FM_LND_MACAROON";

// Env variable to TODO
pub const FM_LND_TLS_CERT_ENV: &str = "FM_LND_TLS_CERT";

// Env variable to TODO
pub const FM_TEST_BITCOIND_RPC_ENV: &str = "FM_TEST_BITCOIND_RPC";