Skip to content

Commit 9448221

Browse files
committed
build(.*.env): Add HOST_ADDRESS env variable for deploying #16
1 parent 6e96c67 commit 9448221

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/.client.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
PORT="5005"
1+
PORT=3000
2+
HOST_ADDRESS="localhost" # Put the IP or host address of the computer you are using.

config/.server.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# NodeJS
22
PORT=8000
3+
HOST_ADDRESS="localhost" # Put the IP or host address of the computer you are using.
34

45
# for accessing from Nodejs to MySQL
56
DB_HOST="db"

0 commit comments

Comments
 (0)