Add commented-out Prometheus demo server as alternative to vite proxy config
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
ee4a06be37
commit
5c88aa4fea
|
@ -12,6 +12,14 @@ export default defineConfig({
|
|||
"/-/": {
|
||||
target: "http://localhost:9090",
|
||||
},
|
||||
// "/api": {
|
||||
// target: "https://prometheus.demo.do.prometheus.io/",
|
||||
// changeOrigin: true,
|
||||
// },
|
||||
// "/-/": {
|
||||
// target: "https://prometheus.demo.do.prometheus.io/",
|
||||
// changeOrigin: true,
|
||||
// },
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue