Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-harsh committed Feb 18, 2024
1 parent 0fc5d4b commit 824c7d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configs/config.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT=4000
MONGO_URI=mongodb+srv://harshanandlinux:[email protected]/?retryWrites=true&w=majority
MONGO_URI=mongodb://0.0.0.0:27017/coursebundle
FRONTEND_URL=http://localhost:3000
JWT_SECRET= eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"type": "module",
"main": "server.js",
"proxy":"https://edumi-backenduri.vercel.app/",
"proxy": "https://edumi-backenduri.vercel.app/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
Expand All @@ -17,7 +17,7 @@
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dataurl": "^0.1.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.6.0",
Expand Down

0 comments on commit 824c7d7

Please sign in to comment.