summary refs log tree commit diff
path: root/ReferenceClientProxyImplementation/Properties/launchSettings.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-23 02:03:20 +0100
committerRory& <root@rory.gay>2026-02-23 02:03:20 +0100
commit77a609758bb80bac9497d2e3988550f8be578407 (patch)
tree991a9d258ca4fece1132a1a344d0fe11e3b03d51 /ReferenceClientProxyImplementation/Properties/launchSettings.json
downloadReferenceClientProxyImplementation-77a609758bb80bac9497d2e3988550f8be578407.tar.xz
Initial commit HEAD master
Diffstat (limited to 'ReferenceClientProxyImplementation/Properties/launchSettings.json')
-rw-r--r--ReferenceClientProxyImplementation/Properties/launchSettings.json32
1 files changed, 32 insertions, 0 deletions
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" + } + } + } +}