Skip to content

Commit

Permalink
Add server: true to config option
Browse files Browse the repository at this point in the history
I don't know why this works, but it does.

See: ssbc/multiserver#33
  • Loading branch information
christianbundy committed Jan 7, 2019
1 parent cc2ee14 commit 4d70658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 } : {}
}
Expand Down

0 comments on commit 4d70658

Please sign in to comment.