diff --git a/backend/src/config/index.ts b/backend/src/config/index.ts index e74271c9b..99b25ce1f 100644 --- a/backend/src/config/index.ts +++ b/backend/src/config/index.ts @@ -53,7 +53,7 @@ const klicktipp = { const dltConnector = { DLT_CONNECTOR: process.env.DLT_CONNECTOR === 'true' || false, - DLT_CONNECTOR_URL: process.env.DLT_CONNECTOR_URL ?? 'http://localhost:6000', + DLT_CONNECTOR_URL: process.env.DLT_CONNECTOR_URL ?? 'http://localhost:6010', } const community = {