storage-users config docs

This commit is contained in:
Willy Kloucek
2022-05-03 15:12:35 +02:00
parent b3c8ee3d30
commit fd44da4629
6 changed files with 90 additions and 91 deletions
+2 -2
View File
@@ -119,6 +119,6 @@ type PublicSharingCS3Driver struct {
}
type Events struct {
Addr string `yaml:"addr" env:"SHARING_EVENTS_ADDR"`
ClusterID string `yaml:"cluster_id" env:"SHARING_EVENTS_CLUSTER_ID"`
Addr string `yaml:"endpoint" env:"SHARING_EVENTS_ENDPOINT" desc:"the address of the streaming service"`
ClusterID string `yaml:"cluster" env:"SHARING_EVENTS_CLUSTER" desc:"the clusterID of the streaming service. Mandatory when using nats"`
}