8 lines
369 B
Bash
8 lines
369 B
Bash
# Cyclone — environment configuration
|
|
# Copy this file to `.env.local` and fill in values for your environment.
|
|
|
|
# Base URL for the Python (FastAPI) backend that powers the Upload page and
|
|
# the real /api/parse-837 + /api/parse-835 endpoints. Leave empty to keep
|
|
# the in-memory sample data store and disable real EDI parsing.
|
|
VITE_API_BASE_URL=http://localhost:8000
|