mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change port of default DLT_CONNECTOR_URL
This commit is contained in:
parent
79620ba3e0
commit
7f15ac1c7c
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user