const domian = 'openimchat.ops777777.cc' export default { NODE_ENV: 'development', CHAT_URL: `https://${domian}/chat`, API_URL: `https://${domian}/api`, WS_URL: `wss://${domian}/msg_gateway`, //CHAT_URL: "http://120.77.93.35:10008", //API_URL: "http://120.77.93.35:10002", //WS_URL: "ws://120.77.93.35:10001", OBJECT_STORAGE: 'minio', AMAP_KEY: '36e6a7bb847411f06258d03b066ecc67', //jsapi AMAP_SNAP_KEY: '39b41b2a48453d7e66007c6f45d26a12', VERSION: 'HI.CHAT 1.0.50', }