mirror of
https://github.com/owncloud/ocis
synced 2026-05-05 06:32:34 +02:00
Update services/storage-users/pkg/config/config.go
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4950bcb7f4
commit
052ebf1645
@@ -59,7 +59,7 @@ type Log struct {
|
||||
|
||||
// Service holds general service configuration
|
||||
type Service struct {
|
||||
Name string `yaml:"-" env:"STORAGE_USERS_SERVICE_NAME" desc:"Service name to use. Change this when starting an additional storage provider with a custom configuration to prevent it from colliding with the default 'storage-users' service."`
|
||||
Name string `yaml:"-" env:"STORAGE_USERS_SERVICE_NAME" desc:"Service name to use. Change this when starting an additional storage provider with a custom configuration to prevent it from colliding with the default 'storage-users' service." introductionVersion:"%%NEXT%%"`
|
||||
}
|
||||
|
||||
// Debug is the configuration for the debug server
|
||||
|
||||
Reference in New Issue
Block a user