Fix collaboration service name (#1577)
* fix: collaboration service name * change: do not use app name in service name * feat: make collaboration service name configurable * test: fix test config
This commit is contained in:
@@ -2,5 +2,5 @@ package config
|
||||
|
||||
// Service defines the available service configuration.
|
||||
type Service struct {
|
||||
Name string `yaml:"-"`
|
||||
Name string `yaml:"name" env:"COLLABORATION_SERVICE_NAME" desc:"The name of the service which is registered. You only need to change this when more than one collaboration service is needed." introductionVersion:"3.6.0"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user