about summary refs log tree commit diff
path: root/Tests/LibMatrix.HomeserverEmulator/Properties/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LibMatrix.HomeserverEmulator/Properties/launchSettings.json')
-rw-r--r--Tests/LibMatrix.HomeserverEmulator/Properties/launchSettings.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/Tests/LibMatrix.HomeserverEmulator/Properties/launchSettings.json b/Tests/LibMatrix.HomeserverEmulator/Properties/launchSettings.json
new file mode 100644
index 0000000..8ab6b3d
--- /dev/null
+++ b/Tests/LibMatrix.HomeserverEmulator/Properties/launchSettings.json
@@ -0,0 +1,31 @@
+{

+  "$schema": "http://json.schemastore.org/launchsettings.json",

+  "iisSettings": {

+    "windowsAuthentication": false,

+    "anonymousAuthentication": true,

+    "iisExpress": {

+      "applicationUrl": "http://localhost:6824",

+      "sslPort": 0

+    }

+  },

+  "profiles": {

+    "http": {

+      "commandName": "Project",

+      "dotnetRunMessages": true,

+      "launchBrowser": true,

+      "launchUrl": "swagger",

+      "applicationUrl": "http://localhost:5298",

+      "environmentVariables": {

+        "ASPNETCORE_ENVIRONMENT": "Development"

+      }

+    },

+    "IIS Express": {

+      "commandName": "IISExpress",

+      "launchBrowser": true,

+      "launchUrl": "swagger",

+      "environmentVariables": {

+        "ASPNETCORE_ENVIRONMENT": "Development"

+      }

+    }

+  }

+}