8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
# Monaco Frontend Environment Variables
|
|
|
|
# Backend API URL (Monaco code execution server)
|
|
VITE_API_URL=http://localhost:8080
|
|
|
|
# Faculty API URL (Faculty/Student management backend)
|
|
VITE_FACULTY_API_URL=http://localhost:5000/api
|