mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Start listening to IPv6 addresses as well by default (#15810)
This commit is contained in:
committed by
GitHub
parent
0fdeba52bb
commit
9f44f40745
@@ -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: '' },
|
||||
|
||||
Reference in New Issue
Block a user