import GlobalConfig from '../src/utils/env/dev'; const proxy = { '/xgd': { target: GlobalConfig['PROXY_SERVER'], changeOrigin: true, withCredentials: true, secure: false, cookieDomainRewrite: 'localhost', } }; export default proxy;