Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogEnvConfig = true
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
EventApiPort string `json:"event_api_port"`
DisableEventApiHttpLogger bool `json:"disable_event_api_http_logger"`
EnableSwaggerUi bool `json:"enable_swagger_ui"`
CamundaDb string `json:"camunda_db"`
CamundaUrl string `json:"camunda_url"`
DeploymentMetadataStorage string `json:"deployment_metadata_storage"`
InitialWaitDuration string `json:"initial_wait_duration"`
Debug bool `json:"debug"`
MqttBroker string `json:"mqtt_broker"`
MqttClientId string `json:"mqtt_client_id"`
MqttUser string `json:"mqtt_user"`
MqttPw string `json:"mqtt_pw"`
MqttFileStoreLocation string `json:"mqtt_file_store_location"`
NetworkId string `json:"network_id"`
FullUpdateInterval string `json:"full_update_interval"`
HistoryCleanupInterval string `json:"history_cleanup_interval"`
HistoryCleanupMaxAge string `json:"history_cleanup_max_age"`
HistoryCleanupBatchSize int `json:"history_cleanup_batch_size"`
HistoryCleanupFilterLocally bool `json:"history_cleanup_filter_locally"`
HistoryCleanupLocation string `json:"history_cleanup_location"`
NotificationUrlPlaceholder string `json:"notification_url_placeholder"`
NotificationUrl string `json:"notification_url"`
}
Click to show internal directories.
Click to hide internal directories.