Switch to MVC
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:3716",
|
||||
"sslPort": 44304
|
||||
"applicationUrl": "http://localhost:46828",
|
||||
"sslPort": 44370
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
@@ -12,7 +12,7 @@
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:7012;http://localhost:5062",
|
||||
"applicationUrl": "https://localhost:7213;http://localhost:5213",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"secrets1": {
|
||||
"type": "secrets"
|
||||
},
|
||||
"identityapp.aad1": {
|
||||
"type": "identityapp.aad",
|
||||
"connectionId": "AzureAD:ClientSecret"
|
||||
},
|
||||
"secrets1": {
|
||||
"type": "secrets"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"secrets1": {
|
||||
"type": "secrets.user"
|
||||
},
|
||||
"identityapp.aad1": {
|
||||
"secretStore": "LocalSecretsFile",
|
||||
"type": "identityapp.aad.callsgraph",
|
||||
"connectionId": "AzureAD:ClientSecret"
|
||||
},
|
||||
"secrets1": {
|
||||
"type": "secrets.user"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user