Skip to content

Commit

Permalink
refactor: Remove environment variable references from vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh1311 committed Oct 30, 2024
1 parent fdd697d commit dc8ac27
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions server/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,5 @@
"src": "/(.*)",
"dest": "index.js"
}
],
"env": {
"MONGODB_URI": "@MONGODB_URI",
"JWT_SECRET": "@JWT_SECRET",
"CRON_SECRET": "@CRON_SECRET",
"REDIS_HOST": "@REDIS_HOST",
"REDIS_PORT": "@REDIS_PORT",
"REDIS_PASSWORD": "@REDIS_PASSWORD"
}
]
}

0 comments on commit dc8ac27

Please sign in to comment.