File size: 351 Bytes
86deab0
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Copy to `.env.local` as needed.
#
# Base port for `npm run dev` / `npm start` (find-port.js scans upward if busy).
# Default in find-port.js is 3040 — avoids clashing with other apps on 3000.
# QUANTUM_ORACLE_UI_PORT=3040

# Optional: backend API (auto-discovery tries 8000–8004 if unset)
# NEXT_PUBLIC_API_BASE_URL=http://localhost:8000/api/v2