-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.template
More file actions
33 lines (25 loc) · 805 Bytes
/
.env.local.template
File metadata and controls
33 lines (25 loc) · 805 Bytes
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
# database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/backfeed?schema=public"
# payment processing
# https://docs.stripe.com/keys
STRIPE_API_KEY=""
# https://docs.stripe.com/webhooks
STRIPE_WEBHOOK_SECRET=""
# GraphQL
# https://escape.tech/graphql-armor/docs/plugins/cost-limit
GRAPHQL_COMPLEXITY_MAX_COST="1200"
# Condition to toggle `useAuth` plugin in development (production is unchanged). `true` to protect all routes
PROTECT_ROUTES="true"
# CORS
CORS_ALLOWED_ORIGINS="https://localhost:3000"
# billing
# organization IDs for billing exemption (comma-separated)
BILLING_BYPASS_ORG_IDS=""
# entitlements
BILLING_SERVICE_API_KEY=""
BILLING_WEBHOOK_SECRET=""
# Vortex (event streaming)
VORTEX_API_URL="https://localhost:5000"
VORTEX_API_KEY=""
# feature flags
FLAGS_CLIENT_KEY=