LSFE/LSFE.MobApp/appsettings.json
2026-07-30 10:31:04 +08:00

39 lines
1.3 KiB
JSON

{
"ApiSettings": {
"BaseUrl": "https://vamslerultramed.com:81/api/",
"Login": "AnonAccount/Login/",
"RegisterDevice": "Admin/RegisterDevice/",
"Timeout": 30,
"LocationIQ": {
"ApiKey": "pk.a7258654f4b756eb5b2ad730b89249f9"
},
// RECOMMENDED: Geoapify - Best free tier for PH
// Sign up at: https://www.geoapify.com/
// Free tier: 3,000 requests/day
"Geoapify": {
"ApiKey": "6e942a46a941470785d9dc007ca5680f"
},
// OPTIONAL: OpenCage - Good backup
// Sign up at: https://opencagedata.com/
// Free tier: 2,500 requests/day
"OpenCage": {
"ApiKey": "a62fb36baff241eb8b57965af3293bb5"
},
// OPTIONAL: Mapbox - Highest limits
// Sign up at: https://www.mapbox.com/
// Free tier: 100,000 requests/month
"Mapbox": {
"ApiKey": "YOUR_MAPBOX_KEY_HERE"
},
"Endpoints": {
"PostAttendance": "TimeKeeping/PostPutAttendance",
"PostActualCoveragePlan": "Plan/PostActualCoveragePlan",
"GetProductFiles": "https://vamslerultramed.com:81/api/Maintenance/productFile/",
//"GetProductFiles": "https://5z3mx4nb-7208.asse.devtunnels.ms/api/Maintenance/productFile/",
"GetInstitution": "Maintenance/institutions",
"GetDoctorCoverageToday": "DoctorMgmt/GetDoctorCoverageToday"
}
}
}