UNIVPLMDataIntegration/GoView/.env

8 lines
148 B
Bash
Raw Normal View History

2025-03-10 09:23:27 +08:00
# port
VITE_DEV_PORT = '8080'
# development path
VITE_DEV_PATH = 'http://localhost:5005'
# production path
VITE_PRO_PATH = 'http://localhost:5005'