7 lines
288 B
Bash
7 lines
288 B
Bash
# VITE_COORD_URL=http://localhost:4000
|
|
VITE_COORD_URL=https://coord.graff.tech
|
|
# VITE_CRM_API_URL=http://localhost:3001
|
|
VITE_CRM_API_URL=https://crm.stream.graff.tech/api
|
|
# VITE_API_URL=http://localhost:5002
|
|
VITE_API_URL=https://stream.graff.tech/api
|
|
VITE_SOCKET_URL=http://localhost:5003 |