Files
cdTestPlant3/cdTMP/.env.production

6 lines
168 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