# Runtime secrets for staging containers. # Copy this file to /opt/staging/.env on the VPS and fill in the values. # NEXT_PUBLIC_* vars are already baked into the Docker images at build time — # only server-side secrets that Next.js reads at runtime go here. # Storefront — Clerk server-side key CLERK_SECRET_KEY= # Admin — Clerk server-side key (different Clerk instance) # Add a second .env or use per-service env_file if keys differ per container. # For now a single .env is shared; storefront ignores keys it doesn't use. # Stripe (used by storefront checkout server actions if any) STRIPE_SECRET_KEY= STRIPE_WEBHOOK_SECRET=