коммит произвёл
GitHub
родитель
565c8aa42d
Коммит
f1acdce42c
@@ -356,7 +356,6 @@ type ServiceSettings struct {
|
||||
EnableDeveloper *bool `access:"environment_developer,write_restrictable,cloud_restrictable"`
|
||||
DeveloperFlags *string `access:"environment_developer,cloud_restrictable"`
|
||||
EnableClientPerformanceDebugging *bool `access:"environment_developer,write_restrictable,cloud_restrictable"`
|
||||
EnableOpenTracing *bool `access:"write_restrictable,cloud_restrictable"`
|
||||
EnableSecurityFixAlert *bool `access:"environment_smtp,write_restrictable,cloud_restrictable"`
|
||||
EnableInsecureOutgoingConnections *bool `access:"environment_web_server,write_restrictable,cloud_restrictable"`
|
||||
AllowedUntrustedInternalConnections *string `access:"environment_web_server,write_restrictable,cloud_restrictable"`
|
||||
@@ -502,10 +501,6 @@ func (s *ServiceSettings) SetDefaults(isUpdate bool) {
|
||||
s.EnableClientPerformanceDebugging = NewPointer(false)
|
||||
}
|
||||
|
||||
if s.EnableOpenTracing == nil {
|
||||
s.EnableOpenTracing = NewPointer(false)
|
||||
}
|
||||
|
||||
if s.EnableSecurityFixAlert == nil {
|
||||
s.EnableSecurityFixAlert = NewPointer(true)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user