Delete Static Web Apps workflow, Bicep infra, Azure Functions api/, SWA configs, and Azure-only scripts; document Proxmox deploy path and refresh QuickStart and prerequisites. Co-authored-by: Cursor <[email protected]>
30 lines
836 B
Plaintext
30 lines
836 B
Plaintext
# Production environment template (Proxmox / mim4u.org)
|
|
# Copy relevant values to API host (VMID 7811) or operator .env — not all belong in Vite.
|
|
|
|
# Public site
|
|
CUSTOM_DOMAIN=mim4u.org
|
|
VITE_API_BASE_URL=/api
|
|
|
|
# Stripe (public key in frontend; secret + webhook on API 7811)
|
|
VITE_STRIPE_PUBLISHABLE_KEY=pk_live_YOUR_KEY
|
|
STRIPE_SECRET_KEY=sk_live_YOUR_KEY
|
|
STRIPE_WEBHOOK_SECRET=whsec_YOUR_SECRET
|
|
|
|
# Analytics
|
|
VITE_GA_MEASUREMENT_ID=G-XXXXXXXXXX
|
|
VITE_ENABLE_ANALYTICS=true
|
|
|
|
# Feature flags
|
|
VITE_ENABLE_PWA=true
|
|
VITE_ENABLE_CHAT=false
|
|
NODE_ENV=production
|
|
|
|
# Cloudflare (DNS only — optional; use proxmox scripts)
|
|
CLOUDFLARE_ZONE_ID=your-zone-id
|
|
CLOUDFLARE_API_TOKEN=your-scoped-token
|
|
|
|
# Operator deploy (proxmox repo, not committed)
|
|
# PROXMOX_HOST=192.168.11.12
|
|
# VMID_MIM_WEB=7810
|
|
# IP_MIM_WEB=192.168.11.37
|