Files
Hua.Abp.Demo/test/Hua.Abp.Demo.HttpApi.Client.ConsoleTestApp/appsettings.json
T
2025-12-29 00:41:26 +08:00

18 lines
338 B
JSON

{
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44322/"
}
},
"IdentityClients": {
"Default": {
"GrantType": "password",
"ClientId": "Demo_App",
"UserName": "admin",
"UserPassword": "1q2w3E*",
"Authority": "https://localhost:44322/",
"Scope": "Demo"
}
}
}