change port of default DLT_CONNECTOR_URL

This commit is contained in:
Claus-Peter Huebner 2023-08-16 00:17:07 +02:00
parent 79620ba3e0
commit 7f15ac1c7c

View File

@ -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 = {