getpgdata: порт по умолчанию 3000 (как у whitelist), версия 1.0.1, история 2026-08-18
This commit is contained in:
@@ -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})`);
|
||||
|
||||
Reference in New Issue
Block a user