18 lines
376 B
JSON
Raw Normal View History

2025-01-07 12:02:47 +05:30
{
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44360"
}
},
"IdentityClients": {
"Default": {
"GrantType": "password",
"ClientId": "HospitalManagementSystem_App",
"UserName": "admin",
"UserPassword": "1q2w3E*",
"Authority": "https://localhost:44360",
"Scope": "HospitalManagementSystem"
}
}
}