You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
544 B
22 lines
544 B
{
|
|
"RemoteServices": {
|
|
"Default": {
|
|
"BaseUrl": "http://localhost:44319/",
|
|
// "BaseUrl": "http://114.116.225.148:8010/",
|
|
"RequireHttpsMetadata": "false"
|
|
}
|
|
},
|
|
"IdentityClients": {
|
|
"Default": {
|
|
"GrantType": "password",
|
|
"ClientId": "API_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"UserName": "admin",
|
|
"UserPassword": "1q2w3E*",
|
|
"Authority": "http://localhost:44319/",
|
|
// "Authority": "http://114.116.225.148:8010/",
|
|
"RequireHttps": false,
|
|
"Scope": "API"
|
|
}
|
|
}
|
|
}
|