Skip to content

Commit 04886ce

Browse files
committed
chore: 기본 포트번호 변경
1 parent f1a5cd5 commit 04886ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
port: parseInt(process.env.PORT) || 3000,
2+
port: parseInt(process.env.PORT, 10) || 8080,
33
node_env: process.env.NODE_ENV || "development",
44
API_PREFIX: process.env.API_PREFIX || "/api",
55
ORIGINAL_PREFIX: process.env.ORIGINAL_PREFIX || "original",

0 commit comments

Comments
 (0)