mirror of https://github.com/statping/statping
restored vue.config file
parent
ddea5da94c
commit
7c290d2d93
|
@ -1,32 +1,29 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// baseUrl: '/',
|
baseUrl: '/',
|
||||||
assetsDir: 'assets',
|
assetsDir: 'assets',
|
||||||
filenameHashing: false,
|
filenameHashing: false,
|
||||||
|
productionTip: process.env.NODE_ENV !== 'production',
|
||||||
|
devtools: process.env.NODE_ENV !== 'production',
|
||||||
|
performance: process.env.NODE_ENV !== 'production',
|
||||||
devServer: {
|
devServer: {
|
||||||
proxy: 'https://statping.concierge.stage.razorpay.in',
|
disableHostCheck: true,
|
||||||
|
proxyTable: {
|
||||||
|
'/api': {
|
||||||
|
logLevel: 'debug',
|
||||||
|
target: 'http://0.0.0.0:8585',
|
||||||
|
changeOrigin: true,
|
||||||
|
pathRewrite: {
|
||||||
|
'^/api': ''
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// productionTip: process.env.NODE_ENV !== 'production',
|
'/oauth': {
|
||||||
// devtools: process.env.NODE_ENV !== 'production',
|
logLevel: 'debug',
|
||||||
// performance: process.env.NODE_ENV !== 'production',
|
target: 'http://0.0.0.0:8585',
|
||||||
// devServer: {
|
changeOrigin: true,
|
||||||
// disableHostCheck: true,
|
pathRewrite: {
|
||||||
// proxyTable: {
|
'^/oauth': ''
|
||||||
// '/api': {
|
}
|
||||||
// logLevel: 'debug',
|
}
|
||||||
// target: 'http://0.0.0.0:8585',
|
}
|
||||||
// changeOrigin: true,
|
}
|
||||||
// pathRewrite: {
|
|
||||||
// '^/api': ''
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// '/oauth': {
|
|
||||||
// logLevel: 'debug',
|
|
||||||
// target: 'http://0.0.0.0:8585',
|
|
||||||
// changeOrigin: true,
|
|
||||||
// pathRewrite: {
|
|
||||||
// '^/oauth': ''
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue