.env.production 333 B

12345678910111213
  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'production'
  4. VUE_APP_ENV = 'production'
  5. # base api
  6. VUE_APP_BASE_API = 'https://sino-mark.meetsocial.cn'
  7. VUE_APP_TOKEN_KEY = 'd8be869c3765fa62aee8120a4798385a'
  8. VUE_APP_LOGIN_PAGE = 'https://sso.meetsocial.cn/?redirect=https%3a%2f%2fsino-mark-outworker.meetsocial.cn%2f%23%2finner-login'