From 135a9e75e180f3276cceb4e37415f84906e66016 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Tue, 20 Aug 2024 19:27:34 -0400 Subject: Add project files. --- PersonalApi/Properties/launchSettings.json | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 PersonalApi/Properties/launchSettings.json (limited to 'PersonalApi/Properties/launchSettings.json') diff --git a/PersonalApi/Properties/launchSettings.json b/PersonalApi/Properties/launchSettings.json new file mode 100644 index 0000000..6007ce3 --- /dev/null +++ b/PersonalApi/Properties/launchSettings.json @@ -0,0 +1,41 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:26722", + "sslPort": 44383 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5006", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:7135;http://localhost:5006", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.1