.env.development 366 B

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