From 1686538d5f31883d39e0d8fcfed500c8d91a822e Mon Sep 17 00:00:00 2001 From: Ivan_Starostin Date: Sun, 2 Jun 2024 17:26:44 +0400 Subject: [PATCH] Upload files to 'ShipyardClientApp/Properties' --- .../Properties/launchSettings.json | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 ShipyardClientApp/Properties/launchSettings.json diff --git a/ShipyardClientApp/Properties/launchSettings.json b/ShipyardClientApp/Properties/launchSettings.json new file mode 100644 index 0000000..a22e5d4 --- /dev/null +++ b/ShipyardClientApp/Properties/launchSettings.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:50843", + "sslPort": 44319 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5083", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7159;http://localhost:5083", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file