-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (18 loc) · 907 Bytes
/
.env.example
File metadata and controls
25 lines (18 loc) · 907 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
# Copy to .env.local and fill in real values.
# HandCash Developer Dashboard: https://dashboard.handcash.io/
# Required — app auth (OAuth, profile, webhooks)
HANDCASH_APP_ID=
HANDCASH_APP_SECRET=
# Required — HandCash handle allowed to use /admin (no @ prefix)
ADMIN_HANDLE=YourHandle
# Optional — business wallet (admin: payments, mint, inventory, collections)
BUSINESS_AUTH_TOKEN=
# Recommended in production — public site URL (payment requests, redirects)
# Local dev: http://localhost:3000
WEBSITE_URL=http://localhost:3000
# Optional — defaults to HandCash preprod market if unset
# HANDCASH_MARKET_URL=https://preprod-market.handcash.io
# Machine payments (@handcash/mpp) — long random string for challenge/receipt binding (not your HandCash app secret)
# MPP_CHALLENGE_SECRET=
# Optional — NVIDIA API (e.g. NIM / AI features in a fork). Never commit real tokens.
# NVIDIA_TOKEN=