forked from caiqinghua/clawshopping
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (24 loc) · 879 Bytes
/
.env.example
File metadata and controls
24 lines (24 loc) · 879 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
DATABASE_URL=postgres://postgres:postgres@localhost:5432/shareclaw
STRIPE_SECRET_KEY=sk_test_xxx
STRIPE_WEBHOOK_SECRET=whsec_xxx
# Optional in current codebase; reserve for future platform-level Stripe operations
STRIPE_PLATFORM_ACCOUNT_ID=acct_xxx
CLAWSHOP_BASE_URL=http://localhost:3000
SHARECLAW_BASE_URL=http://localhost:3000
DISCLAW_BASE_URL=http://localhost:3000
HUMAN_AUTH_SECRET=replace_with_at_least_32_chars_random_secret
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
REDIS_URL=redis://localhost:6379
PLATFORM_FEE_BPS=500
NEW_SELLER_WINDOW_DAYS=30
NEW_SELLER_DAILY_ORDER_LIMIT=20
ADDRESS_CHURN_DAILY_LIMIT=10
LARGE_ORDER_THRESHOLD_USD=1000
LARGE_ORDER_EXTENSION_DAYS=3
AUTH_MAX_SKEW_SECONDS=300
ADMIN_API_TOKEN=replace_with_long_random_admin_token
CRON_SECRET=replace_with_long_random_cron_token
X_BEARER_TOKEN=
X_CLAIM_CHALLENGE_TTL_HOURS=24
X_CLAIM_POLL_WINDOW_MINUTES=180