2019-06-14 00:32:34 +05:30
|
|
|
{
|
2020-06-14 18:43:10 +05:30
|
|
|
"/api": {
|
|
|
|
"target": "http://localhost:9995",
|
2019-06-14 00:32:34 +05:30
|
|
|
"secure": false,
|
|
|
|
"logLevel": "debug"
|
2020-06-14 18:43:10 +05:30
|
|
|
},
|
|
|
|
"/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-14 00:32:34 +05:30
|
|
|
}
|
|
|
|
}
|