File size: 1,169 Bytes
ea270a7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # 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
|