diff options
Diffstat (limited to 'BugMine.Web/Properties')
-rw-r--r-- | BugMine.Web/Properties/launchSettings.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/BugMine.Web/Properties/launchSettings.json b/BugMine.Web/Properties/launchSettings.json new file mode 100644 index 0000000..193a947 --- /dev/null +++ b/BugMine.Web/Properties/launchSettings.json @@ -0,0 +1,33 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:54559", + "sslPort": 44303 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "applicationUrl": "http://localhost:5128", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "applicationUrl": "https://localhost:7116;http://localhost:5128", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} |