From 7f15ac1c7c726e05ef1855a310ec15516a246be0 Mon Sep 17 00:00:00 2001 From: Claus-Peter Huebner Date: Wed, 16 Aug 2023 00:17:07 +0200 Subject: [PATCH] change port of default DLT_CONNECTOR_URL --- backend/src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {