git ssb

16+

Dominic / patchbay



Commit df183684f798a4376a7ec016efdef955a37c94b0

Add `server: true` to config option

I don't know why this works, but it does.

See: https://github.com/ssbc/multiserver/issues/33
Christian Bundy committed on 1/7/2019, 7:17:49 PM
Parent: 9026d4f082346305fbb4e50009b6641a3ee84f47

Files changed

config.jschanged
config.jsView
@@ -29,9 +29,9 @@
2929
3030 function Connections (config) {
3131 const connections = (process.platform === 'win32')
3232 ? undefined // this seems wrong?
33- : { incoming: { unix: [{ 'scope': 'local', 'transform': 'noauth' }] } }
33 + : { incoming: { unix: [{ 'scope': 'local', 'transform': 'noauth', server: true }] } }
3434
3535 return connections ? { connections } : {}
3636 }
3737

Built with git-ssb-web