eeec5039c69dd604339d096974c7d915536c07bb
[eliot.git] / blueprints / common / eliot-ui / frontend-src / proxy.conf.json
1 {
2     "/tempstatus": {
3         "target": "http://localhost:3000",
4         "secure": false
5     },
6     "/settemplimit": {
7         "target": "http://localhost:3000",
8         "secure": false
9     },
10     "/api/*": {
11         "target": "http://localhost:3000",
12         "secure": false,
13         "logLevel": "debug",
14         "changeOrigin": true
15     }
16 }