Sinet.Universal.Admin/test/Sinet.Universal.Admin.HttpA.../appsettings.json

18 lines
338 B
JSON
Raw Normal View History

2023-11-07 23:29:26 +08:00
{
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44333"
}
},
"IdentityClients": {
"Default": {
"GrantType": "password",
"ClientId": "Admin_App",
"UserName": "admin",
"UserPassword": "1q2w3E*",
"Authority": "https://localhost:44333",
"Scope": "Admin"
}
}
}