mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
added nearly complete p2p implementation
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ console.log('Current working directory: ' + process.cwd())
|
||||
const startHTTPS = true
|
||||
const isRoot = process.getuid && process.getuid() === 0
|
||||
|
||||
const port = 8080
|
||||
const port = process.env.PORT || 8080
|
||||
const httpsport = 5001
|
||||
|
||||
// import os from 'os'
|
||||
|
||||
Reference in New Issue
Block a user