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
+2 -2
View File
@@ -44,7 +44,7 @@ getpgdata/
"DB_CONNECT_TIMEOUT": "5000",
"QUERY_MAX_ROWS": "200",
"APP_ENV": "production",
"PORT": "5000"
"PORT": "3000"
}
```
@@ -61,7 +61,7 @@ getpgdata/
"DB_CONNECT_TIMEOUT": "5000",
"QUERY_MAX_ROWS": "200",
"APP_ENV": "production",
"PORT": "5000"
"PORT": "3000"
}
```