This commit is contained in:
2023-06-17 14:16:09 +03:00
parent 62178f1f32
commit 7ae5d3bc81
180 changed files with 12932 additions and 192 deletions
+17 -3
View File
@@ -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"
}
}
}