.env.staging 175 B

1234567891011
  1. NODE_ENV = 'production'
  2. ENV = 'staging'
  3. LOGGER = 'enabled'
  4. # 微信
  5. __WECHAT__ = 'enabled'
  6. # keycloak
  7. VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'