-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
60 lines (50 loc) · 1.88 KB
/
Copy path.env.example
File metadata and controls
60 lines (50 loc) · 1.88 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
49
50
51
52
53
54
55
56
57
58
59
60
##############################################
# ProChat environment — active runtime only
##############################################
# Application / tenant
APP_SLUG=myapp
EXTERNAL_ID=
PORT=3056
NODE_ENV=development
# Database
# Runtime tenant-scoped connection.
DATABASE_URL=postgresql://tenant_myapp_user:password@localhost:5433/postgres?schema=tenant_myapp
# Provisioning / migration / cleanup connection.
SYSTEM_DATABASE_URL=postgresql://postgres:postgres@localhost:5433/postgres?schema=public
# Prisma migrate-dev shadow connection.
SHADOW_DATABASE_URL=postgresql://postgres:postgres@localhost:5433/postgres?schema=public
TENANT_DB_PASSWORD=[REDACTED]
# Shared auth UI + Ory browser flows
NEXT_PUBLIC_AUTH_UI_URL=https://prochat.tools
NEXT_PUBLIC_ORY_PUBLIC_URL=https://auth.prochat.tools
# Admin allowlist metadata. Runtime Ory session validation for /admin is deferred;
# admin access therefore remains fail-closed even when these values are present.
ADMIN_EMAILS=admin@prochat.tools
ADMIN_USER_IDS=
# Public site / deployment
NEXT_PUBLIC_APP_URL=http://localhost:3056
NEXT_PUBLIC_SITE_URL=http://localhost:3056
PROCHAT_MAINTENANCE_MODE=0
# Analytics (Umami)
NEXT_PUBLIC_UMAMI_SCRIPT_URL=https://umami.prochat.tools/script.js
NEXT_PUBLIC_UMAMI_WEBSITE_ID=
# Contact + beta-interest email (Resend)
RESEND_API_KEY=[REDACTED]
RESEND_FROM=ProChat <info@prochat.tools>
EMAIL_FROM=
CONTACT_FROM_EMAIL=
SUPPORT_EMAIL=support@prochat.tools
CONTACT_TO_EMAIL=
WAITLIST_FROM_EMAIL=
WAITLIST_ADMIN_EMAIL=
# Internal social automation API authentication
SOCIAL_AUTOMATION_SECRET=[REDACTED]
# Deployment metadata is normally injected by CI/container build rather than
# configured manually. Listed for local parity when needed.
PROCHAT_GIT_SHA=
PROCHAT_IMAGE_REF=
PROCHAT_BUILD_TIMESTAMP=
# Test / evidence helpers (local or CI only)
WAVE1_BASE_URL=http://localhost:3056
PERF_DIAGNOSTIC_MODE=0
PERF_DIAGNOSTIC_ROUTES=