mirror of https://github.com/abpframework/abp.git
8 changed files with 36 additions and 12 deletions
@ -0,0 +1,12 @@ |
|||
{ |
|||
"profiles": { |
|||
"Volo.Abp.Account.Web.IdentityServer": { |
|||
"commandName": "Project", |
|||
"launchBrowser": true, |
|||
"environmentVariables": { |
|||
"ASPNETCORE_ENVIRONMENT": "Development" |
|||
}, |
|||
"applicationUrl": "https://localhost:61630;http://localhost:61633" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,12 @@ |
|||
{ |
|||
"profiles": { |
|||
"Volo.Abp.Account.Web.OpenIddict": { |
|||
"commandName": "Project", |
|||
"launchBrowser": true, |
|||
"environmentVariables": { |
|||
"ASPNETCORE_ENVIRONMENT": "Development" |
|||
}, |
|||
"applicationUrl": "https://localhost:61631;http://localhost:61632" |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue