Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPlaneConfig ¶
type ControlPlaneConfig struct {
AppName string
AppEnv string
PublicWebURL string
ControlPlaneURL string
ControlPlaneInternalURL string
ControlPlaneInternalKey string
DatabaseDriver string
DatabaseURL string
QueueDriver string
QueueRedisURL string
CacheDriver string
CacheRedisURL string
AgentTokenSigningSecret string
AgentReleaseVersion string
DNSSecretEncryptionKey string
LogLevel string
}
func LoadControlPlane ¶
func LoadControlPlane() (ControlPlaneConfig, error)
Click to show internal directories.
Click to hide internal directories.