-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dev.vars.example
More file actions
24 lines (22 loc) · 1.27 KB
/
Copy path.dev.vars.example
File metadata and controls
24 lines (22 loc) · 1.27 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
# Copy to `.dev.vars` for local `wrangler pages dev`. (.dev.vars is gitignored.)
# Steam Web API key — used to show the owner's persona name + avatar.
# Get one at https://steamcommunity.com/dev/apikey
# Login still works without it; you just won't get a name/avatar.
STEAM_API_KEY=
# Stripe — paid "Gold" server promotion (recurring subscription).
# Use TEST-mode values locally (sk_test_…, price_…). In production set these as
# Pages secrets: `npx wrangler pages secret put STRIPE_SECRET_KEY` (etc).
# STRIPE_SECRET_KEY — Developers → API keys → Secret key (sk_test_… / sk_live_…)
# STRIPE_PRICE_ID — the recurring Price under your Gold product (price_…)
# STRIPE_WEBHOOK_SECRET — signing secret of the /api/promo/webhook endpoint
# (whsec_…). Prod: Developers → Webhooks. Local: from `stripe listen`.
# STRIPE_PRICE_ID_ANNUAL — optional yearly Price for the annual plan (price_…)
STRIPE_SECRET_KEY=
STRIPE_PRICE_ID=
STRIPE_PRICE_ID_ANNUAL=
STRIPE_WEBHOOK_SECRET=
# Optional Discord webhook — pinged when someone submits a "DZSL Managed" rental
# request on /rent, and when someone buys a Gold promotion. Create one in a
# Discord channel → Integrations → Webhooks.
# Prod: `npx wrangler pages secret put DISCORD_WEBHOOK`.
DISCORD_WEBHOOK=