diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-25 00:10:17 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-25 00:10:17 +0200 |
| commit | 4322330745d18bb28f7deee1a54ae3c748645d92 (patch) | |
| tree | e533be4f7630fc4eb53457c0566ab93ec41995a2 /src/Properties | |
| download | dotnet-webapi-template-4322330745d18bb28f7deee1a54ae3c748645d92.tar.xz dotnet-webapi-template-4322330745d18bb28f7deee1a54ae3c748645d92.zip | |
Initial commit
Diffstat (limited to 'src/Properties')
| -rw-r--r-- | src/Properties/launchSettings.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json new file mode 100644 index 0000000..bb0b5fa --- /dev/null +++ b/src/Properties/launchSettings.json @@ -0,0 +1,31 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:4608", + "sslPort": 44370 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IOL.WebApi.Template": { + "commandName": "Project", + "dotnetRunMessages": "true", + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} |
