Documentation
¶
Index ¶
Constants ¶
View Source
const ( Local = "local" StagingTestnet = "staging_testnet" StagingMainnet = "staging_mainnet" Staging = "staging" // Note this is currently the equivalent of staging_testnet. ProdMainnet = "prod_mainnet" ProdTestnet = "prod_testnet" Prod = "prod" // Legacy environments to be cleaned up once the migration to the above environments is completed. Testnet = "testnet" Mainnet = "mainnet" SolStaging = "solana-staging" // Note this is testnet staging for Solana. )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Networks *cldf_config_network.Config // The network config loaded from the network manifest file
Env *cldf_config_env.Config // The cld engine's environment config
}
Config consolidates all the config that is required to be loaded for a domain environment.
Specifically it contains the network config and secrets which is loaded from files or env vars.
Click to show internal directories.
Click to hide internal directories.