Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 075ddbd

Browse files
committed
Build issue
1 parent d572155 commit 075ddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const fs = require('fs');
99
* @version 1.0
1010
*/
1111
module.exports = {
12-
PORT: process.env.PORT || 443, // eslint-disable-line no-magic-numbers
12+
PORT: process.env.PORT || 80, // eslint-disable-line no-magic-numbers
1313
API_VERSION: process.env.API_VERSION || 'v1',
1414
LOG_LEVEL: process.env.LOG_LEVEL || 'debug',
1515
SESSION_SECRET: process.env.SESSION_SECRET || 'kjsdfkj34857',

0 commit comments

Comments
 (0)