You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JM-admin/.env.development

13 lines
520 B
Plaintext

2 years ago
ENV = 'development'
2 years ago
VITE_CLI_PORT = 8088
2 years ago
VITE_SERVER_PORT = 8888
VITE_BASE_API = /api
2 years ago
VITE_BASE_PATH = http://192.168.1.133
//VITE_BASE_PATH = http://122.9.143.61
//VITE_BASE_PATH = http://192.168.1.40
2 years ago
VITE_EDITOR = vscode
// VITE_EDITOR = webstorm 如果使用webstorm开发且要使用dom定位到代码行功能 请先自定添加 webstorm到环境变量 再将VITE_EDITOR值修改为webstorm
// 如果使用docker-compose开发模式设置为下面的地址或本机主机IP
//VITE_BASE_PATH = http://177.7.0.12