.gitignore and server.log added
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ node_modules/
|
|||||||
.vscode/
|
.vscode/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.pgpass
|
.pgpass
|
||||||
|
.log
|
||||||
24
server.log
24
server.log
@@ -1,8 +1,18 @@
|
|||||||
nohup: ignoring input
|
nohup: ignoring input
|
||||||
🚀 Server läuft auf http://ninja.reptilfpv.de:3000
|
Uncaught Exception: Error: listen EADDRINUSE: address already in use :::3000
|
||||||
📊 Datenbank: localhost:5432/ninjacross
|
at Server.setupListenHandle [as _listen2] (node:net:1940:16)
|
||||||
🔐 API-Key Authentifizierung aktiviert
|
at listenInCluster (node:net:1997:12)
|
||||||
🔌 WebSocket-Server aktiviert
|
at Server.listen (node:net:2102:7)
|
||||||
📁 Static files: /public
|
at Object.<anonymous> (/root/ninjaserver/server.js:229:8)
|
||||||
🌐 Public API: /public-api
|
at Module._compile (node:internal/modules/cjs/loader:1688:14)
|
||||||
🔑 Private API: /api
|
at Object..js (node:internal/modules/cjs/loader:1820:10)
|
||||||
|
at Module.load (node:internal/modules/cjs/loader:1423:32)
|
||||||
|
at Function._load (node:internal/modules/cjs/loader:1246:12)
|
||||||
|
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
||||||
|
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24) {
|
||||||
|
code: 'EADDRINUSE',
|
||||||
|
errno: -98,
|
||||||
|
syscall: 'listen',
|
||||||
|
address: '::',
|
||||||
|
port: 3000
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user