-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
48 lines (48 loc) · 1.56 KB
/
Copy pathvercel.json
File metadata and controls
48 lines (48 loc) · 1.56 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "nextjs",
"ignoreCommand": "node scripts/vercel-ignore.mjs",
"buildCommand": "pnpm run build",
"devCommand": "pnpm dev",
"installCommand": "pnpm install --frozen-lockfile",
"regions": ["sfo1"],
"git": {
"deploymentEnabled": {
"main": true
}
},
"env": {
"NEXT_PUBLIC_APP_NAME": "GEM Enterprise",
"NEXT_PUBLIC_APP_URL": "https://www.gemcybersecurityassist.com",
"GEM_PUBLIC_APP_URL": "https://www.gemcybersecurityassist.com",
"GEM_AGENT_API_BASE_URL": "https://support371-gem-enterprise.vercel.app",
"GEM_VERIFY_SCANNER_MODE": "first_party",
"GEM_VERIFY_SCANNER_URL": "https://www.gemcybersecurityassist.com/api/verify/evidence/internal-scanner",
"GEM_VERIFY_PUBLIC_BASE_URL": "https://www.gemcybersecurityassist.com",
"RUN_DB_MIGRATIONS": "false",
"AUTO_DB_PUSH": "false",
"AUTO_DB_SEED": "false",
"SEED_DEMO_DATA": "false",
"GEM_VERIFY_RETENTION_APPROVED": "false",
"GEM_VERIFY_EVIDENCE_APPROVED": "false",
"GEM_VERIFY_DOCUMENT_UPLOAD_ACTIVE": "false",
"TIKTOK_SELLER_ACCOUNT_CONNECTED": "false",
"GOOGLE_MERCHANT_ACCOUNT_CONNECTED": "false",
"TOKMETRIC_LIVE_PUBLISHING_ENABLED": "false",
"TOKMETRIC_SANDBOX_PUBLISHING_ENABLED": "false"
},
"headers": [
{
"source": "/static/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
],
"cleanUrls": true,
"trailingSlash": false,
"outputDirectory": ".next"
}