mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
# API Configuration
|
|
VITE_API_URL=/api
|
|
# Django proxy URL (used for QR code API endpoint)
|
|
VITE_DEVICE_MANAGER_URL=http://10.10.1.114:3000/api
|
|
|
|
# MQTT Configuration
|
|
VITE_MQTT_BROKER=10.10.1.114
|
|
VITE_MQTT_PORT=8883
|