Files
KonSoft.Clean/modules/payment/test/KonSoft.Payment.HttpApi.Client.ConsoleTestApp/appsettings.json
2025-09-08 14:15:45 +08:00

18 lines
342 B
JSON

{
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44355"
}
},
"IdentityClients": {
"Default": {
"GrantType": "password",
"ClientId": "Payment_App",
"UserName": "admin",
"UserPassword": "1q2w3E*",
"Authority": "https://localhost:44355",
"Scope": "Payment"
}
}
}