-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
23 lines (23 loc) · 718 Bytes
/
Copy pathvercel.json
File metadata and controls
23 lines (23 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": 2,
"builds": [
{
"src": "apps/dashboard/package.json",
"use": "@vercel/next",
"config": {
"distDir": "apps/dashboard/.next"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "apps/dashboard/$1"
}
],
"env": {
"NEXT_PUBLIC_SUPABASE_URL": "https://lrwdoihyhnybwwntmmrs.supabase.co",
"SUPABASE_SERVICE_ROLE_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imxyd2RvaWh5aG55Ynd3bnRtbXJzIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTc1NDU0MDgzMiwiZXhwIjoyMDcwMTE2ODMyfQ.Sl34bADxt6Ki7qcfhAl7yuGmCrD-vZj-mVIhU98c3YY",
"N8N_WEBHOOK_SECRET": "6d2305201de5ffc4a1e786295beece03dac16ad54ff6b9b99517ff8477c4bd00"
}
}