MM-36779 - Add ChimeraOAuthProxyURL config option (#17888)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
cd88d718dd
Коммит
ec801f9770
@@ -2778,6 +2778,7 @@ type PluginSettings struct {
|
||||
RequirePluginSignature *bool `access:"plugins,write_restrictable,cloud_restrictable"`
|
||||
MarketplaceUrl *string `access:"plugins,write_restrictable,cloud_restrictable"`
|
||||
SignaturePublicKeyFiles []string `access:"plugins,write_restrictable,cloud_restrictable"`
|
||||
ChimeraOAuthProxyUrl *string `access:"plugins,write_restrictable,cloud_restrictable"`
|
||||
}
|
||||
|
||||
func (s *PluginSettings) SetDefaults(ls LogSettings) {
|
||||
@@ -2851,6 +2852,10 @@ func (s *PluginSettings) SetDefaults(ls LogSettings) {
|
||||
if s.SignaturePublicKeyFiles == nil {
|
||||
s.SignaturePublicKeyFiles = []string{}
|
||||
}
|
||||
|
||||
if s.ChimeraOAuthProxyUrl == nil {
|
||||
s.ChimeraOAuthProxyUrl = NewString("")
|
||||
}
|
||||
}
|
||||
|
||||
type GlobalRelayMessageExportSettings struct {
|
||||
|
||||
Ссылка в новой задаче
Block a user