diff options
| author | Ian C <ianc@noddybox.co.uk> | 2024-03-21 14:54:11 +0000 | 
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2024-03-21 14:54:11 +0000 | 
| commit | 9764af998a4c91196687b8d27693b935a243ab84 (patch) | |
| tree | d5f4bf49be0db32f8cfc78a4d76df82be14a2060 /Properties | |
Initial checkin following project regeneration to make post work
Diffstat (limited to 'Properties')
| -rw-r--r-- | Properties/launchSettings.json | 38 | 
1 files changed, 38 insertions, 0 deletions
| diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..7b13f2d --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,38 @@ +{ +  "$schema": "http://json.schemastore.org/launchsettings.json", +  "iisSettings": { +    "windowsAuthentication": false, +    "anonymousAuthentication": true, +    "iisExpress": { +      "applicationUrl": "http://localhost:43035", +      "sslPort": 44363 +    } +  }, +  "profiles": { +    "http": { +      "commandName": "Project", +      "dotnetRunMessages": true, +      "launchBrowser": true, +      "applicationUrl": "http://localhost:5184", +      "environmentVariables": { +        "ASPNETCORE_ENVIRONMENT": "Development" +      } +    }, +    "https": { +      "commandName": "Project", +      "dotnetRunMessages": true, +      "launchBrowser": true, +      "applicationUrl": "https://localhost:7164;http://localhost:5184", +      "environmentVariables": { +        "ASPNETCORE_ENVIRONMENT": "Development" +      } +    }, +    "IIS Express": { +      "commandName": "IISExpress", +      "launchBrowser": true, +      "environmentVariables": { +        "ASPNETCORE_ENVIRONMENT": "Development" +      } +    } +  } +} | 
