fix
This commit is contained in:
@@ -24,6 +24,18 @@
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"watch": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "dotnet",
|
||||
"workingDirectory": "$(ProjectDir)",
|
||||
"hotReloadEnabled": true,
|
||||
"hotReloadProfile": "aspnetcore",
|
||||
"commandLineArgs": "watch run",
|
||||
"launchBrowser": false,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$schema": "https://json.schemastore.org/launchsettings.json",
|
||||
@@ -31,12 +43,14 @@
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iis": {
|
||||
"applicationUrl": "http://localhost:9100",
|
||||
"sslPort": 9101
|
||||
"applicationUrl": "http://localhost:9300"
|
||||
},
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:9100",
|
||||
"applicationUrl": "http://localhost:9300",
|
||||
"sslPort": 9101
|
||||
},
|
||||
"watch": {
|
||||
"applicationUrl": "http://localhost:9300"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user