summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample
blob: ad2ef806975f960fee027ca5e27ac962a40fa933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "/api/": {
    "target": "https://localhost:8443",
    "secure": false,
    "logLevel": "debug"
  },
  "/ui-api/": {
    "target": "https://localhost:8443",
    "secure": false,
    "logLevel": "debug"
  },
  "/docs/": {
    "target": "https://localhost:8443",
    "secure": false,
    "logLevel": "debug"
  }
}