18 lines
346 B
JSON
Raw Normal View History

2024-06-10 13:04:12 +05:30
{
"RemoteServices": {
"Default": {
2024-06-10 22:15:20 +05:30
"BaseUrl": "https://localhost:44356"
2024-06-10 13:04:12 +05:30
}
},
"IdentityClients": {
"Default": {
"GrantType": "password",
"ClientId": "BookStore_App",
"UserName": "admin",
"UserPassword": "1q2w3E*",
2024-06-10 22:15:20 +05:30
"Authority": "https://localhost:44356",
2024-06-10 13:04:12 +05:30
"Scope": "BookStore"
}
}
}