-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
27 lines (22 loc) · 1.07 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
# Shared AgentPostmortem Supabase project (Resolvd owns the rv_* tables).
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# Shared secret for the inbound + approve endpoints.
RESOLVD_INBOUND_TOKEN=change-me
# Auto-resolve refunds at or under this dollar amount; above it, escalate.
REFUND_AUTO_LIMIT=50
# Optional: enables Claude triage + on-brand drafts. Without it, a keyword
# heuristic is used.
ANTHROPIC_API_KEY=
# Store integration (Shopify). Without these, order and refund work escalates
# with instructions instead of acting. Custom app needs read_orders (lookup)
# and write_orders (refunds) access scopes.
SHOPIFY_SHOP_DOMAIN=your-shop.myshopify.com
SHOPIFY_ACCESS_TOKEN=
# Local verification only: point the client at a mock store instead of
# Shopify (plain http allowed for loopback only). Leave unset in production.
# SHOPIFY_API_BASE=http://127.0.0.1:4010
# Reply delivery (Resend). Without these, replies are saved as drafts for a
# human to send. FROM must be a verified sender in Resend.
RESEND_API_KEY=
RESEND_FROM_EMAIL=