Commit 9a82df29e11819000838f8f2b5a9dbdedf1711fc
add port, so git-ssb can connect
Ev Bogue committed on 9/23/2018, 5:37:13 PMParent: 0875cd6f8950c5ee33e1c9a26f73ddb9b48f92ea
Files changed
config/inject.js | changed |
config/inject.js | |||
---|---|---|---|
@@ -69,9 +69,9 @@ | |||
69 | 69 … | connections: 3 | |
70 | 70 … | }, | |
71 | 71 … | connections: { | |
72 | 72 … | incoming: { | |
73 | - net: [{ scope: "public", transform: "shs" }], | ||
73 … | + net: [{ port: 8008, scope: "public", transform: "shs" }], | ||
74 | 74 … | ws: [{ scope: "public", transform: "shs" }] | |
75 | 75 … | }, | |
76 | 76 … | outgoing: { | |
77 | 77 … | net: [{ transform: "shs" }], | |
Built with git-ssb-web