| { | |
| "/orcs": { | |
| "target": "http://localhost:8089", | |
| "secure": true, | |
| "timeout": 900000, | |
| "logLevel": "debug", | |
| "pathReWrite": { | |
| "^/orcs": "" | |
| } | |
| }, | |
| "/ats": { | |
| "target": "http://localhost:8089", | |
| "secure": true, | |
| "logLevel": "debug", | |
| "pathReWrite": { | |
| "^/ats": "" | |
| } | |
| }, | |
| "/mim": { | |
| "target": "http://localhost:8089", | |
| "secure": true, | |
| "logLevel": "debug", | |
| "pathReWrite": { | |
| "^/mim": "" | |
| } | |
| } | |
| } |