mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-11-20 11:45:51 +00:00
Add default webserver port
This commit is contained in:
@@ -98,7 +98,7 @@ if (!wss) {
|
||||
})
|
||||
})
|
||||
|
||||
const server = app.listen(port)
|
||||
const server = app.listen(port || 3000)
|
||||
|
||||
// Play nice with Docker etc.
|
||||
process.on('SIGINT', () => {
|
||||
|
||||
Reference in New Issue
Block a user