From 09b0c5be9e23247411da850497b9cc6519d8f155 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Thu, 27 Sep 2018 19:42:06 +0200 Subject: testing --- WebApplication1/Properties/launchSettings.json | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 WebApplication1/Properties/launchSettings.json (limited to 'WebApplication1/Properties/launchSettings.json') diff --git a/WebApplication1/Properties/launchSettings.json b/WebApplication1/Properties/launchSettings.json new file mode 100644 index 0000000..5d1f813 --- /dev/null +++ b/WebApplication1/Properties/launchSettings.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:1650", + "sslPort": 44303 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "api/values", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "WebApplication1": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "api/values", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf