Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
// The globally unique identifier for the Server product.
productUri: server.serverInfo.productUri,
serverNames: [
{ locale: "en", text: server.serverInfo.productName }
],
serverType: server.serverType,
discoveryUrls,
gatewayServerUri: null,
isOnline,
semaphoreFilePath: null
},
discoveryConfiguration: [
new MdnsDiscoveryConfiguration({
mdnsServerName: server.serverInfo.applicationUri,
serverCapabilities: server.capabilitiesForMDNS
})
]
});
}