diff --git a/DCL_PiXYZ/PXZEntryPoint.cs b/DCL_PiXYZ/PXZEntryPoint.cs index 6d1e9987..3f968d31 100644 --- a/DCL_PiXYZ/PXZEntryPoint.cs +++ b/DCL_PiXYZ/PXZEntryPoint.cs @@ -286,12 +286,11 @@ private static void FrameworkInitialization(string sceneManifestDirectory, bool private static void InitializePiXYZ() { - pxz = - PiXYZAPI.Initialize("PixyzSDKCSharp", - "204dda67aa3ea8bcb22a76bff9aa1224823b253144396405300e235e434c4711591892c19069c7"); + pxz = PiXYZAPI.Initialize("PixyzDecentralandSDK", + "205721ba17a42f2f2d1a7cbd9924ae7f6b3b2531443973231b2c0f45450a0d01260f06716a212dc567b1bf577a"); // if no license is found, try to configure a license server if (!pxz.Core.CheckLicense()) - pxz.Core.InstallLicense("pixyzsdk-29022024.lic"); + pxz.Core.ConfigureLicenseServer("18.204.36.86", 27000); } private static void CreateDirectories(SceneConversionInfo sceneConversionInfo) diff --git a/consumer-server/src/components.ts b/consumer-server/src/components.ts index 0aeb6f99..d74388de 100644 --- a/consumer-server/src/components.ts +++ b/consumer-server/src/components.ts @@ -41,7 +41,7 @@ export async function initComponents(): Promise { const messageConsumer = await createMessagesConsumerComponent({ logs, queue, messageHandler }) - await buildLicense({ config, logs }) + //await buildLicense({ config, logs }) return { config, diff --git a/pixyzsdk-29022024.lic b/pixyzsdk-29022024.lic deleted file mode 100644 index 5a6f0757..00000000 --- a/pixyzsdk-29022024.lic +++ /dev/null @@ -1,70 +0,0 @@ - - - 1 - - - - - - - - - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2c94e825665cc06c689f0944c0826662a12a9b454fc87152a23b06fd1c25f4047806a0a276e0f092aacdd88eeed0bd81ad0a5343ac684a4be6cebada8aca144af62e7bf69e0fa6d8e8c3f23c9c2e2a923851c81c4ccefa71a2b5bff19f16dff6a4ff6a88380548c4716cdc542fb6a350670e214f115aedd504f6f26528915c7f - \ No newline at end of file