Files
youlai-app/.env.development

14 lines
413 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
# 项目运行的端口号
VITE_APP_PORT = 4096
# API 基础路径,开发环境下的请求前缀
VITE_APP_BASE_API = '/dev-api'
# API 服务器的 URL
# VITE_APP_API_URL = http://localhost:8000
VITE_APP_API_URL = https://api.youlai.tech
# WebSocket 服务器的 URL不配置默认关闭 WebSocket
#VITE_APP_WS_ENDPOINT= ws://localhost:4096/ws