From 77a609758bb80bac9497d2e3988550f8be578407 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 23 Feb 2026 02:03:20 +0100 Subject: Initial commit --- .../Properties/launchSettings.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ReferenceClientProxyImplementation/Properties/launchSettings.json (limited to 'ReferenceClientProxyImplementation/Properties/launchSettings.json') diff --git a/ReferenceClientProxyImplementation/Properties/launchSettings.json b/ReferenceClientProxyImplementation/Properties/launchSettings.json new file mode 100644 index 0000000..3cac55a --- /dev/null +++ b/ReferenceClientProxyImplementation/Properties/launchSettings.json @@ -0,0 +1,32 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:60588", + "sslPort": 44301 + } + }, + "profiles": { + "Spacebar.API": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:2000;https://localhost:2001;http://localhost:2002", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "CONFIG_PATH": "../Config.json" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit 1.5.1