-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
29 lines (29 loc) · 739 Bytes
/
vercel.json
File metadata and controls
29 lines (29 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": 2,
"builds": [
{
"src": "server.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/server.js"
}
],
"env": {
"NODE_ENV": "production",
"PORT": "8000",
"USER": "tsajal867",
"DATABASE": "mongodb+srv://tsajal867:<PASSWORD>@cluster0.3bfrxxg.mongodb.net/?retryWrites=true&w=majority",
"DATABASE_PASSWORD": "Sajal123",
"JWT_SECRET": "jdsjdnsnsjslkdlkanlknsa230-rl;sdmflasf[pwe[]]",
"JWT_EXPIRES_IN": "90d",
"JWT_COOKIE_EXPIRES_IN": "90",
"EMAIL_USERNAME": "0ea42839b063c7",
"EMAIL_PASSWORD": "5a7baa1605cb88",
"EMAIL_HOSTNAME": "sandbox.smtp.mailtrap.io",
"EMAIL_PORT": "2525"
}
}