We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e96c67 commit 9448221Copy full SHA for 9448221
config/.client.env
@@ -1 +1,2 @@
1
-PORT="5005"
+PORT=3000
2
+HOST_ADDRESS="localhost" # Put the IP or host address of the computer you are using.
config/.server.env
@@ -1,5 +1,6 @@
# NodeJS
PORT=8000
3
4
5
# for accessing from Nodejs to MySQL
6
DB_HOST="db"
0 commit comments