make the app provider service name configurable
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Enhancement: Make the app provider service name configurable
|
||||
|
||||
We needed to make the service name of the app provider configurable. This needs to be changed when using more than one app provider. Each of them needs be found by a unique service name. Possible examples are: `app-provider-collabora`, `app-provider-onlyoffice`, `app-provider-office365`.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/6482
|
||||
@@ -41,7 +41,7 @@ type Log struct {
|
||||
}
|
||||
|
||||
type Service struct {
|
||||
Name string `yaml:"-"`
|
||||
Name string `yaml:"name" env:"APP_PROVIDER_SERVICE_NAME" desc:"The name of the service. This needs to be changed when using more than one app provider. Each of them needs be found by a unique service name. Possible examples are: \"app-provider-collabora\", \"app-provider-onlyoffice\", \"app-provider-office365\"."`
|
||||
}
|
||||
|
||||
type Debug struct {
|
||||
|
||||
Reference in New Issue
Block a user