-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (30 loc) · 1.05 KB
/
.env.example
File metadata and controls
33 lines (30 loc) · 1.05 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
WEB_PORT=3000
VERIFIER_PORT=5000
LEAD_OPS_API_PORT=8000
LEAD_OPS_POSTGRES_PORT=5432
LEAD_OPS_REDIS_PORT=6379
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
NEXT_PUBLIC_ENCRYPTION_KEY=replace-this-in-real-environments
NEXT_PUBLIC_BRANDNAV_URL=
NEXT_PUBLIC_LEAD_OPS_API_BASE_URL=/api/lead-ops
# Server-side only URL used by the Next.js proxy route (never sent to browser)
# Defaults to NEXT_PUBLIC_LEAD_OPS_API_BASE_URL if not set
LEAD_OPS_INTERNAL_URL=http://localhost:8000/api/v1
VERIFIER_CORS_ORIGIN=http://localhost:3000
SESSION_SECRET=replace-with-a-long-random-secret
SESSION_MAX_AGE=86400000
ADMIN_EMAIL=internal@example.com
ADMIN_PASSWORD=change-me
MAX_CSV_ROWS=100000
MAX_CSV_SIZE_MB=100
MX_DOMAIN=mx.example.invalid
EM_DOMAIN=bounce.example.invalid
LEAD_OPS_ALLOWED_ORIGINS=http://localhost:3000
LEAD_OPS_ENABLE_BASIC_AUTH=false
LEAD_OPS_BASIC_AUTH_USERNAME=internal
LEAD_OPS_BASIC_AUTH_PASSWORD=change-me