Documentation
¶
Index ¶
Constants ¶
View Source
const RdsCaLocation = "/app/rdsca.cert"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromeServiceConfig ¶
type ChromeServiceConfig struct { WebPort int OpenApiSpecPath string DbHost string DbUser string DbPassword string DbPort int DbName string MetricsPort int Test bool LogLevel string DbSSLMode string DbSSLRootCert string KafkaConfig KafkaCfg IntercomConfig IntercomConfig FeatureFlagConfig FeatureFlagsConfig DebugConfig DebugConfig DashboardConfig WidgetDashboardConfig }
type DebugConfig ¶
type DebugConfig struct {
DebugFavoriteIds []string
}
type FeatureFlagsConfig ¶
type IntercomConfig ¶
type IntercomConfig struct {
// contains filtered or unexported fields
}
type KafkaCfg ¶
type KafkaCfg struct { KafkaBrokers []string KafkaTopics []string KafkaSSlConfig KafkaSSLCfg BrokerConfig clowder.BrokerConfig }
type KafkaSSLCfg ¶
type WidgetDashboardConfig ¶
type WidgetDashboardConfig struct {
TemplatesWD string
}
Click to show internal directories.
Click to hide internal directories.