.env.development 163 B

1234567
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = 'http://127.0.0.1:9800'
  5. VUE_UNIFIED_LOGIN_URL = 'http://dbadmin.zhlc.liucheng.gov.cn:8000/login'