All checks were successful
continuous-integration/drone/push Build is passing
- Update admin API base URL to use nginx reverse proxy path (/api) - Add nginx reverse proxy configuration for admin-api service with proper headers and timeouts - Add all services to xyqj-network for internal container communication - Reorder app-api volume mounts for consistency - Create bridge network for service-to-service communication in docker-compose
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
# 生产环境配置
|
|
|
|
# 应用标题
|
|
VITE_APP_TITLE=相宜相亲后台管理系统
|
|
|
|
# API基础地址 - 通过nginx反向代理到admin-api容器
|
|
VITE_API_BASE_URL=/api
|
|
|
|
# 静态资源服务器地址 - 生产环境请修改为实际地址
|
|
VITE_STATIC_BASE_URL=https://app.zpc-xy.com/xyqj/adminapi
|