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 f214014 commit f13fec1Copy full SHA for f13fec1
.env
@@ -1,2 +1,2 @@
1
NEXT_PUBLIC_REACT_APP_API_KEY = 08387dfc64msh94f0df087928182p1213afjsn3aa4359e369c
2
-NEXT_APP_SERVER_URL=http://localhost:5000
+NEXT_APP_SERVER_URL=http://localhost:5001
server/constants/config.js
@@ -1,5 +1,5 @@
const config = {
- PORT: process.env.PORT || 5000,
+ PORT: process.env.PORT || 5001,
3
JWT_SECRET: process.env.JWT_SECRET || "mysecret",
4
MONGODB_SRV_STRING: process.env.MONGODB_SRV_STRING || "gg",
5
}
src/constants/config.js
@@ -1 +1 @@
-export const SERVER_URL = process.env.NEXT_APP_SERVER_URL || "http://localhost:5000";
+export const SERVER_URL = process.env.NEXT_APP_SERVER_URL || "http://localhost:5001";
0 commit comments