Files
eamco_office_frontend/.env.local
Edwin Eames 1a53e50d91 feat: 5-tier pricing UI, market ticker, delivery map, and stats dashboard
Full frontend companion to the API updates:

- Pricing: Oil price admin page now supports 5-tier configuration for
  same-day/prime/emergency fees with collapsible tier sections
- Market Ticker: Add GlobalMarketTicker and OilPriceTicker components
  with real-time commodity + competitor prices in header bar
- Delivery Map: New interactive Leaflet map view for daily deliveries
- Stats: Add PricingHistoryChart component and info pages for market
  trends with daily/weekly/monthly gallon charts and YoY comparisons
- Layout: Refactor header navbar to separate search into navbar-center,
  add oilPrice Pinia store with polling, update sidebar navigation
- Forms: Wire tier selection into delivery create/edit flows, update
  types and services for new pricing and scraper API endpoints

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 17:54:30 -05:00

10 lines
349 B
Plaintext

VITE_BASE_URL="http://localhost:9610"
VITE_AUTO_URL="http://localhost:9614"
VITE_MONEY_URL="http://localhost:9613"
VITE_AUTHORIZE_URL="http://localhost:9616"
VITE_VOIPMS_URL="http://localhost:9617"
VITE_SERVICE_URL="http://localhost:9615"
VITE_ADDRESS_CHECKER_URL="http://localhost:9618"
VITE_SCRAPER_URL="http://localhost:9619"
VITE_COMPANY_ID='1'