Skip to content

Commit

Permalink
make the app provider service name configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Jun 8, 2023
1 parent 2a5f8e5 commit 4a56148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/app-provider/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4a56148

Please sign in to comment.