2019-06-13 19:02:34 +00:00
|
|
|
{
|
2020-06-14 13:13:10 +00:00
|
|
|
"/api": {
|
|
|
|
"target": "http://localhost:9995",
|
2019-06-13 19:02:34 +00:00
|
|
|
"secure": false,
|
|
|
|
"logLevel": "debug"
|
2020-06-14 13:13:10 +00:00
|
|
|
},
|
|
|
|
"/token": {
|
|
|
|
"target": "http://localhost:9995",
|
|
|
|
"secure": false,
|
|
|
|
"logLevel": "info"
|
|
|
|
},
|
|
|
|
"/refresh": {
|
|
|
|
"target": "http://localhost:9995",
|
|
|
|
"secure": false,
|
|
|
|
"logLevel": "info"
|
|
|
|
},
|
|
|
|
"/db-image": {
|
|
|
|
"target": "http://localhost:9995",
|
|
|
|
"secure": false,
|
|
|
|
"logLevel": "info"
|
2019-06-13 19:02:34 +00:00
|
|
|
}
|
|
|
|
}
|