diff options
Diffstat (limited to 'src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample')
-rw-r--r-- | src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample b/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample new file mode 100644 index 00000000..6a71a26b --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample @@ -0,0 +1,12 @@ +{ + "/api/": { + "target": "https://localhost:8443", + "secure": false, + "logLevel": "debug" + }, + "/ui-api/": { + "target": "https://localhost:8443", + "secure": false, + "logLevel": "debug" + } +} |