.env.production 192 B

12345678910111213
  1. # just a flag
  2. ENV = 'production'
  3. # 页面标题
  4. TITLE = '边缘测试'
  5. # 端口
  6. PORT = 10001
  7. # base api
  8. VUE_APP_BASE_API = '/prod-api'
  9. # VUE_APP_BASE_API_GOLANG = 'http://1.14.75.75:8006'