-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 1.08 KB
/
.env.example
File metadata and controls
25 lines (21 loc) · 1.08 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
# Database - Vercel Postgres with Prisma Accelerate (auto-configured by Vercel)
# When you set up Vercel Postgres, these will be automatically added:
DATABASE_URL="prisma+postgres://accelerate.prisma-data.net/?api_key=YOUR_API_KEY"
DIRECT_DATABASE_URL="postgres://user:password@host:5432/dbname?sslmode=require"
POSTGRES_URL="postgres://user:password@host:5432/dbname"
POSTGRES_PRISMA_DATABASE_URL="prisma+postgres://accelerate.prisma-data.net/?api_key=YOUR_API_KEY"
# World ID / MiniKit Configuration
NEXT_PUBLIC_MINIKIT_APP_ID="app_69998f554169db259e9b4e23d9e329b8"
NEXT_PUBLIC_WORLD_APP_ID="app_69998f554169db259e9b4e23d9e329b8"
NEXT_PUBLIC_WORLD_ID_ACTION="verify-human"
WORLD_ID_ACTION_ID="verify-human"
# App Configuration
NEXT_PUBLIC_APP_NAME="World Social"
NEXT_PUBLIC_APP_DESCRIPTION="A decentralized social platform for World App"
NEXT_PUBLIC_APP_URL="https://your-app.vercel.app"
# World Pay (Optional)
NEXT_PUBLIC_PAYMENT_RECIPIENT_ADDRESS="0x0000000000000000000000000000000000000000"
# Environment
NODE_ENV="production"
NEXT_PUBLIC_ENABLE_ERUDA="false"
ALLOW_FAILED_VERIFICATION="false"