diff --git a/AssetManager.API/Properties/launchSettings.json b/AssetManager.API/Properties/launchSettings.json index fa3d474..80c0656 100644 --- a/AssetManager.API/Properties/launchSettings.json +++ b/AssetManager.API/Properties/launchSettings.json @@ -1,20 +1,36 @@ { + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:31733", + "sslPort": 44342 + } + }, "profiles": { "http": { "commandName": "Project", + "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", + "applicationUrl": "http://localhost:5050", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" + } }, "dotnetRunMessages": true, "applicationUrl": "http://localhost:5050" }, "https": { "commandName": "Project", + "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", + "applicationUrl": "https://localhost:7040;http://localhost:5050", "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } "ASPNETCORE_ENVIRONMENT": "Development", "ConnectionStrings__Default": "server=43.167.226.216;Database=assetmanager;Uid=AssetManager;Pwd=2XpcnYGTpB5BhJyG;CharSet=utf8mb4;", "Jwt__SecretKey": "your-strong-secret-key-here-change-in-production", @@ -46,4 +62,5 @@ "sslPort": 44342 } } +} } \ No newline at end of file