From e0313b83a033040660f0669de6d9e77042e87026 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Thu, 18 Jul 2024 20:54:19 +0300 Subject: Initial commit --- .../Properties/launchSettings.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 RhSolutions.SkuParser.Api/Properties/launchSettings.json (limited to 'RhSolutions.SkuParser.Api/Properties') diff --git a/RhSolutions.SkuParser.Api/Properties/launchSettings.json b/RhSolutions.SkuParser.Api/Properties/launchSettings.json new file mode 100644 index 0000000..06b56be --- /dev/null +++ b/RhSolutions.SkuParser.Api/Properties/launchSettings.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:35100", + "sslPort": 44355 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5087", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7266;http://localhost:5087", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.2.3