diff --git a/StaffDBServer/Properties/launchSettings.json b/StaffDBServer/Properties/launchSettings.json index 500661c..6329c11 100644 --- a/StaffDBServer/Properties/launchSettings.json +++ b/StaffDBServer/Properties/launchSettings.json @@ -6,8 +6,36 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:54305;http://localhost:54306", + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7141;http://localhost:5282", "sqlDebugging": true + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "sqlDebugging": true + }, + "swagger": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7202;http://localhost:5009", + "sqlDebugging": true + } + }, + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:30275", + "sslPort": 44372 } } } \ No newline at end of file