.env.staging 275 B

12345678910111213
  1. NODE_ENV = production
  2. # 页面标题
  3. VUE_APP_TITLE = 芋道管理系统
  4. # 测试环境配置
  5. ENV = 'staging'
  6. # 芋道管理系统/测试环境
  7. VUE_APP_BASE_API = 'http://api-dashboard.yudao.iocoder.cn'
  8. # 静态资源地址
  9. PUBLIC_PATH = 'http://static.yudao.iocoder.cn/'