feat(core): Start listening to IPv6 addresses as well by default (#15810)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-05-28 19:43:49 +02:00
committed by GitHub
parent 0fdeba52bb
commit 9f44f40745
5 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ describe('WorkerServer', () => {
beforeEach(() => {
globalConfig = mock<GlobalConfig>({
queue: {
health: { active: true, port: 5678, address: '0.0.0.0' },
health: { active: true, port: 5678, address: '::' },
},
credentials: {
overwrite: { endpoint: '' },