2018-05-25 13:49:00 +00:00
|
|
|
{
|
|
|
|
"/api": {
|
2020-05-29 20:48:19 +00:00
|
|
|
"target": "http://localhost:9998",
|
2018-05-25 13:49:00 +00:00
|
|
|
"secure": false,
|
|
|
|
"logLevel": "debug"
|
2020-05-29 20:48:19 +00:00
|
|
|
},
|
|
|
|
"/token": {
|
|
|
|
"target": "http://localhost:9998",
|
|
|
|
"secure": false,
|
|
|
|
"logLevel": "info"
|
|
|
|
},
|
|
|
|
"/refresh": {
|
|
|
|
"target": "http://localhost:9998",
|
|
|
|
"secure": false,
|
|
|
|
"logLevel": "info"
|
|
|
|
},
|
|
|
|
"/attendance-report": {
|
|
|
|
"target": "http://localhost:9998",
|
|
|
|
"secure": false,
|
|
|
|
"logLevel": "info"
|
2022-01-16 10:38:19 +00:00
|
|
|
},
|
|
|
|
"/fingerprint-report": {
|
|
|
|
"target": "http://localhost:9998",
|
|
|
|
"secure": false,
|
|
|
|
"logLevel": "info"
|
2020-05-29 20:48:19 +00:00
|
|
|
},
|
|
|
|
"/db-image": {
|
|
|
|
"target": "http://localhost:9998",
|
|
|
|
"secure": false,
|
|
|
|
"logLevel": "info"
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
}
|