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

14 lines
531 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 本地开发环境覆盖(不会提交到线上配置,优先级高于 .env.development
ENV='development'
# 后端本地 Laravelphp artisan serve 默认 8000
#VUE_APP_PRO_API = http://127.0.0.1:8000
#VUE_APP_BASE_API = http://127.0.0.1:8000
#VUE_APP_UPLOAD_API = http://127.0.0.1:8000/api/admin/upload-file
VUE_APP_PRO_API = https://suzhoukeji-test.ali251.langye.net
VUE_APP_BASE_API = https://suzhoukeji-test.ali251.langye.net
VUE_APP_UPLOAD_API = https://suzhoukeji-test.ali251.langye.net/api/admin/upload-file