mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
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",
|
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 a new issue