.env.testing 398 B

1234567891011121314
  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'testing'
  4. VUE_APP_ENV = 'testing'
  5. # base api
  6. # VUE_APP_BASE_API = 'https://o-test-sino-mark.meetsocial.cn'
  7. VUE_APP_BASE_API = 'http://api.dev.xueping.com'
  8. VUE_APP_TOKEN_KEY = 'test-d8be869c3765fa62aee8120a4798385a'
  9. VUE_APP_LOGIN_PAGE = 'https://test-sso.meetsocial.cn/?redirect=https%3A%2F%2Fo-test-sino-mark-client.meetsocial.cn%2F%23%2Finner-login'