ylkj_uat.env.js 1.21 KB
Newer Older
李嘉林 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
/*
 * @Author: your name
 * @Date: 2020-10-21 09:46:59
 * @LastEditTime: 2020-10-22 14:09:41
 * @LastEditors: Please set LastEditors
 * @Description: In User Settings Edit
 * @FilePath: \mayi-mp-shop\config\dev.env.js
 */
var merge = require('webpack-merge')
var prodEnv = require('./prod.env')


module.exports = merge(prodEnv, {//zjgyl
  SHOP_MIXID:"'YLKJ'",
  NODE_ENV: '"ylkj_uat"',
  // BASE_URL:"'https://shop.mayi888.com'", 
  // BASE_URL:"'http://192.168.1.146:3005'",
  // BASE_URL:"'http://172.16.1.18:3000'",
  BASE_URL:"'https://uatcustomer.elinkstation.com'",
  ADMIN_URL:"'https://uatadmin.elinkstation.com'",
  GUIDE_URL:"'https://guide-m.mayi888.cn'",
  // BASE_URL:"'http://192.168.137.1:3004'",

  OLSHOP_URL:'"https://uatcustomer.elinkstation.com/innerApi/shopApiService"',
  // OLSHOP_URL:'"https://shop.mayi888.com/innerApi/shopApiService"',
  IMG_DOMAIN: '"https://uatadmin.elinkstation.com"',
  POSTHOG_KEY: '"phc_nTr1oY7NkSuDMZsqCskE6iUIGKgWPmFHlRAKFVuZD2B"',
  POSTHOG_HOST: '"https://posthog.mayi118.com"',
  AREA_JSON: '"https://mayi-newshop.oss-cn-shanghai.aliyuncs.com/static/js/app.area.json"',
  MANALYTICS_HOST: '"https://analytics.mayi888.cn/ma.gif"',
  // IMG_DOMAIN: '"http://cdn.mayi888.com"',

})