mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 13:26:00 +00:00
port changed
This commit is contained in:
@@ -129,7 +129,7 @@ function start() {
|
|||||||
logger.info(`DbGate API listening on port ${port} (docker build)`);
|
logger.info(`DbGate API listening on port ${port} (docker build)`);
|
||||||
server.listen(port);
|
server.listen(port);
|
||||||
} else if (platformInfo.isAwsUbuntuLayout) {
|
} else if (platformInfo.isAwsUbuntuLayout) {
|
||||||
const port = process.env.PORT || 80;
|
const port = process.env.PORT || 3000;
|
||||||
logger.info(`DbGate API listening on port ${port} (AWS AMI build)`);
|
logger.info(`DbGate API listening on port ${port} (AWS AMI build)`);
|
||||||
server.listen(port);
|
server.listen(port);
|
||||||
} else if (platformInfo.isNpmDist) {
|
} else if (platformInfo.isNpmDist) {
|
||||||
|
|||||||
Reference in New Issue
Block a user