.env.example 437 B

1234567891011121314
  1. # 正式环境接口域名
  2. SHOPRO_BASE_URL = https://api.shopro.sheepjs.com
  3. # 开发环境接口域名
  4. SHOPRO_DEV_BASE_URL = https://api.shopro.sheepjs.com
  5. # 开发环境运行端口
  6. SHOPRO_DEV_PORT = 3000
  7. # 接口地址前缀
  8. SHOPRO_API_PATH = /shop/api/
  9. # 客户端静态资源地址 空=默认使用服务端指定的CDN资源地址前缀 | local=本地 | http(s)://xxx.xxx=自定义静态资源地址前缀
  10. SHOPRO_STATIC_URL =