Skip to content

Commit 18e98e7

Browse files
committed
setting up env locally
1 parent f8a65fd commit 18e98e7

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

node_modules/.yarn-integrity

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/server/src/config/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dotenv.config()
33

44
const CONFIG = {
55
SERVER: {
6-
PORT: process.env.PORT || 8080,
6+
PORT: process.env.PORT || 3001,
77
NODE_ENV: process.env.NODE_ENV || "development",
88
}
99
}

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+

0 commit comments

Comments
 (0)