git ssb

2+

ev / mvd



Commit 9a82df29e11819000838f8f2b5a9dbdedf1711fc

add port, so git-ssb can connect

Ev Bogue committed on 9/23/2018, 5:37:13 PM
Parent: 0875cd6f8950c5ee33e1c9a26f73ddb9b48f92ea

Files changed

config/inject.jschanged
config/inject.jsView
@@ -69,9 +69,9 @@
6969 connections: 3
7070 },
7171 connections: {
7272 incoming: {
73- net: [{ scope: "public", transform: "shs" }],
73 + net: [{ port: 8008, scope: "public", transform: "shs" }],
7474 ws: [{ scope: "public", transform: "shs" }]
7575 },
7676 outgoing: {
7777 net: [{ transform: "shs" }],

Built with git-ssb-web