mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
update description for event structs
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -131,8 +131,8 @@ type OwnCloudSQLDriver struct {
|
||||
}
|
||||
|
||||
type Events struct {
|
||||
Addr string `yaml:"endpoint" env:"STORAGE_USERS_EVENTS_ENDPOINT" desc:"The address of the streaming service"`
|
||||
ClusterID string `yaml:"cluster" env:"STORAGE_USERS_EVENTS_CLUSTER" desc:"The clusterID of the streaming service. Mandatory when using the NATS service."`
|
||||
Addr string `yaml:"endpoint" env:"STORAGE_USERS_EVENTS_ENDPOINT" desc:"The address of the event system. The event system is the message queuing service. It is used as message broker for the microservice architecture.`
|
||||
ClusterID string `yaml:"cluster" env:"STORAGE_USERS_EVENTS_CLUSTER" desc:"The clusterID of the event system. The event system is the message queuing service. It is used as message broker for the microservice architecture. Mandatory when using NATS as event system."`
|
||||
}
|
||||
type S3Driver struct {
|
||||
// Root is the absolute path to the location of the data
|
||||
|
||||
Reference in New Issue
Block a user