Files
cdTestPlant3/cdTMP/.env.production

8 lines
220 B
Plaintext
Raw Normal View History

2023-06-04 20:01:58 +08:00
# .env.production
VITE_APP_ENV = production
2024-04-10 20:00:38 +08:00
VITE_APP_BASE_URL = http://127.0.0.1:8000/api
VITE_APP_WS_URL = ws://127.0.0.1:8000/message.io
2023-06-04 20:01:58 +08:00
VITE_APP_PROXY_PREFIX = /api
2025-12-02 18:09:17 +08:00
# AI
VUE_APP_AI_API_BASE = http://192.168.0.63:8777