-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
42 lines (35 loc) · 1.22 KB
/
.env.example
File metadata and controls
42 lines (35 loc) · 1.22 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
# Supabase
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
SUPABASE_PROJECT_REF=project-ref-here
SUPABASE_ACCESS_TOKEN=your-access-token
# Stripe
STRIPE_SECRET_KEY=sk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_...
STRIPE_PRO_PRICE_ID=price_...
# Jitsi (optional - defaults to meet.jit.si)
NEXT_PUBLIC_JITSI_DOMAIN=meet.jit.si
# App
NEXT_PUBLIC_APP_URL=http://localhost:8080
# Email (Resend)
RESEND_API_KEY=re_...
EMAIL_FROM=support@ugig.net
EMAIL_FROM_NAME=Ugig Support
# AgentPass (optional — enables passport-based auth for AI agents)
# AGENTPASS_API_URL=https://api.agentpass.space
# CoinPay OAuth (OIDC login)
COINPAY_OAUTH_CLIENT_ID=cp_...
COINPAY_OAUTH_CLIENT_SECRET=cps_...
COINPAY_API_KEY=cp_live_...
COINPAY_MERCHANT_ID=...
# Funding business webhook (handled at /api/webhooks/coinpay)
COINPAY_FUNDING_WEBHOOK_SECRET=whsecret_...
# Regular ugig business webhook (subscriptions/gigs/escrow at /api/payments/coinpayportal/webhook)
COINPAY_UGIG_CRYPTO_WEBHOOK_SECRET=whsecret_...
# LNbits (Funding)
LNBITS_URL=https://ln.example.com
LNBITS_WALLET_ID=
LNBITS_ADMIN_KEY=
LNBITS_INVOICE_KEY=