This commit is contained in:
Brandon Fergerson 2022-04-29 18:33:41 +02:00
parent 5dbd3c9d24
commit 4a42e986aa

View File

@ -26,7 +26,7 @@ module.exports = {
proxy: {
"/graphql": {
target: `${
process.env.SW_PROXY_TARGET || "https://demo.skywalking.apache.org"
process.env.SW_PROXY_TARGET || "http://demo.skywalking.apache.org"
}`,
changeOrigin: true,
},