module.exports = { port: 23002, proxyTable: { '/uas_manage_server': { target: process.env.UAS_MANAGE_SERVER, changeOrigin: true } } }