Skip to content

Commit

Permalink
[#171784425] Log app service assigned port (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopersico authored Mar 13, 2020
1 parent 31ef352 commit 0c5cbfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import {
dotenv.config();

// Server port.
log.debug(`App service assigned port ${process.env.PORT}`);
const DEFAULT_SERVER_PORT = "80";
export const SERVER_PORT: number = parseInt(
process.env.PORT || DEFAULT_SERVER_PORT,
Expand Down

0 comments on commit 0c5cbfd

Please sign in to comment.