mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-23 18:29:18 -05:00
14 lines
544 B
Plaintext
14 lines
544 B
Plaintext
# Frontend Environment Configuration
|
|
|
|
# Agent Work Orders Service (Optional)
|
|
# Only set if agent work orders service runs on different host/port than main server
|
|
# Default: Uses proxy through main server at /api/agent-work-orders
|
|
# Set to the base URL (without /api/agent-work-orders path)
|
|
# VITE_AGENT_WORK_ORDERS_URL=http://localhost:8053
|
|
|
|
# Development Tools
|
|
# Show TanStack Query DevTools (for developers only)
|
|
# Set to "true" to enable the DevTools panel in bottom right corner
|
|
# Defaults to "false" for end users
|
|
VITE_SHOW_DEVTOOLS=false
|