mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update backend/src/index.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
parent
ce1b488865
commit
192ab67817
@ -21,7 +21,7 @@ async function main() {
|
|||||||
// start DHT hyperswarm when DHT_TOPIC is set in .env
|
// start DHT hyperswarm when DHT_TOPIC is set in .env
|
||||||
if (CONFIG.FEDERATE_DHT_TOPIC) {
|
if (CONFIG.FEDERATE_DHT_TOPIC) {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.log(`Federation/DHT active on ${CONFIG.FEDERATE_DHT_TOPIC}`)
|
console.log(`Federation active on ${CONFIG.FEDERATE_DHT_TOPIC}`)
|
||||||
await startDHT(CONFIG.FEDERATE_DHT_TOPIC) // con,
|
await startDHT(CONFIG.FEDERATE_DHT_TOPIC) // con,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user