From 5b924a508e5cb50b94e35553e96883897ec55b2f Mon Sep 17 00:00:00 2001 From: andrewwallacespeckle Date: Thu, 8 May 2025 11:00:27 +0200 Subject: [PATCH] Add USE_LEGACY_IFC_IMPORTER to env.example --- packages/fileimport-service/.env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/fileimport-service/.env.example b/packages/fileimport-service/.env.example index b6a66fe86..84560c028 100644 --- a/packages/fileimport-service/.env.example +++ b/packages/fileimport-service/.env.example @@ -4,4 +4,5 @@ POSTGRES_MAX_CONNECTIONS_FILE_IMPORT_SERVICE='1' POSTGRES_CONNECTION_ACQUIRE_TIMEOUT_MILLIS='16000' POSTGRES_CONNECTION_CREATE_TIMEOUT_MILLIS='5000' FF_WORKSPACES_MULTI_REGION_ENABLED=false -# IFC_DOTNET_DLL_PATH='packages/fileimport-service/src/ifc-dotnet/ifc-converter.dll' +USE_LEGACY_IFC_IMPORTER=true +# IFC_DOTNET_DLL_PATH='packages/fileimport-service/src/ifc-dotnet/ifc-converter.dll' \ No newline at end of file