getpgdata: порт по умолчанию 3000 (как у whitelist), версия 1.0.1, история 2026-08-18

This commit is contained in:
naeel
2026-08-18 20:11:22 +04:00
parent a890bb9b0f
commit c8a776ec04
4 changed files with 96 additions and 4 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ app.use((err, req, res, next) => {
// ---------------------------------------------------------------------------
// Запуск
// ---------------------------------------------------------------------------
const PORT = parseInt(process.env.PORT || '5000', 10);
const PORT = parseInt(process.env.PORT || '3000', 10);
app.listen(PORT, '0.0.0.0', () => {
console.log(`getpgdata listening on port ${PORT} (env=${APP_ENV})`);