| # Vessels Maritime Intelligence — Environment Variables | |
| # Copy to .env.local and fill in values for your environment. | |
| # NEVER commit .env.local to version control. | |
| # ── API / Backend ────────────────────────────────────────────────── | |
| # Base URL of the API server. | |
| # In development this is typically the Replit dev domain + /api. | |
| VITE_API_URL=https://szlholdings.com/api | |
| # ── Web Analytics ────────────────────────────────────────────────── | |
| # Domain registered in Plausible dashboard for page-view analytics. | |
| # Leave blank to disable Plausible. | |
| VITE_PLAUSIBLE_DOMAIN=szlholdings.com | |
| # ── Billing ──────────────────────────────────────────────────────── | |
| # Stripe price ID for the Vessels Enterprise subscription. | |
| # Obtain from: https://dashboard.stripe.com/products | |
| VITE_STRIPE_PRICE_VESSELS_ENTERPRISE=price_your-vessels-enterprise-price-id | |