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"
+ }
+ }
+ }
+}
|