From ebb26ae709570a84004c27f34e9307c33ac6b000 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 19 Apr 2024 00:55:07 +0200 Subject: Add Solution --- solve/PhotoEditor/Properties/launchSettings.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 solve/PhotoEditor/Properties/launchSettings.json (limited to 'solve/PhotoEditor/Properties/launchSettings.json') diff --git a/solve/PhotoEditor/Properties/launchSettings.json b/solve/PhotoEditor/Properties/launchSettings.json new file mode 100644 index 0000000..0fc89a3 --- /dev/null +++ b/solve/PhotoEditor/Properties/launchSettings.json @@ -0,0 +1,29 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:47687", + "sslPort": 44337 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5166", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.2.3-71-gd317