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

9 lines
320 B

4 weeks ago
## 本地开发环境覆盖(不会提交到线上配置,优先级高于 .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