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