-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.template
More file actions
23 lines (18 loc) · 883 Bytes
/
Copy path.env.local.template
File metadata and controls
23 lines (18 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy to .env.local and fill in values from your password manager
# / eBay developer dashboard. .env.local is gitignored; never commit it.
# === eBay — https://developer.ebay.com/my/keys ===
# Pick ONE column (Sandbox or Production) and use its keyset together
# with the matching EBAY_ENV value. Mixing them will 401 on OAuth.
EBAY_APP_ID=
EBAY_CERT_ID=
EBAY_DEV_ID=
EBAY_ENV=sandbox
EBAY_MARKETPLACE_ID=EBAY_US
# === Anthropic — for AI price estimator ===
ANTHROPIC_API_KEY=
# === Database — local Postgres from docker-compose.dev.yml ===
DATABASE_URL=postgresql://stonetrade:stonetrade@localhost:5436/stonetrade
# === Wonders CCG platform sibling (default localhost:8001 is fine for dev) ===
WONDERS_PLATFORM_API_URL=http://localhost:8001
# Other vars (Supabase, Stripe, Resend, Meilisearch) live in .env.example —
# add them here as those integrations come online.