diff --git a/config.js b/config.js index d637c6bb..afe7ff4a 100644 --- a/config.js +++ b/config.js @@ -30,7 +30,7 @@ exports.create = (api) => { function Connections (config) { const connections = (process.platform === 'win32') ? undefined // this seems wrong? - : { incoming: { unix: [{ 'scope': 'local', 'transform': 'noauth' }] } } + : { incoming: { unix: [{ 'scope': 'local', 'transform': 'noauth', 'server': true }] } } return connections ? { connections } : {} }