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