Files
2026-07-17 17:45:56 +08:00

10 lines
362 B
Bash

# Existing Agent4 API used by the current application.
VITE_API_BASE=http://127.0.0.1:7200
# Separate ANSYS simulation service. The frontend calls it directly, so the
# existing Agent4 backend does not need proxy routes.
VITE_ANSYS_API_BASE=http://127.0.0.1:7200
# Document ingestion, indexing, and query service.
VITE_KNOWLEDGE_API_BASE=http://127.0.0.1:7200