Files
QSfera/Server/services/collaboration/pkg/config/service.go
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

7 lines
317 B
Go

package config
// Service defines the available service configuration.
type Service struct {
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"`
}