1cd6bc34 by Lorenzo Mangani Committed by GitHub

Update server.js

1 parent 72d40db8
...@@ -51,6 +51,7 @@ server.on("upgrade", async function(request, socket, head) { ...@@ -51,6 +51,7 @@ server.on("upgrade", async function(request, socket, head) {
51 peers: [], // should we use self as peer? 51 peers: [], // should we use self as peer?
52 localStorage: false, 52 localStorage: false,
53 file: false, // "tmp/" + pathname, 53 file: false, // "tmp/" + pathname,
54 radisk: false,
54 multicast: false, 55 multicast: false,
55 ws: { noServer: true, path: pathname, web: gun.server }, 56 ws: { noServer: true, path: pathname, web: gun.server },
56 web: gun.server 57 web: gun.server
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!