summary refs log tree commit diff
path: root/SystemdCtl/Properties
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-20 08:34:32 +0100
committerRory& <root@rory.gay>2024-01-20 08:34:32 +0100
commit43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch)
treeb700ba441320e0f3944c398080cadd296f03ef07 /SystemdCtl/Properties
downloadSystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz
Initial commit
Diffstat (limited to 'SystemdCtl/Properties')
-rw-r--r--SystemdCtl/Properties/launchSettings.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/SystemdCtl/Properties/launchSettings.json b/SystemdCtl/Properties/launchSettings.json
new file mode 100644
index 0000000..29522d1
--- /dev/null
+++ b/SystemdCtl/Properties/launchSettings.json
@@ -0,0 +1,31 @@
+{

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

+    "iisSettings": {

+      "windowsAuthentication": false,

+      "anonymousAuthentication": true,

+      "iisExpress": {

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

+        "sslPort": 0

+      }

+    },

+    "profiles": {

+      "http": {

+        "commandName": "Project",

+        "dotnetRunMessages": true,

+        "launchBrowser": false,

+        "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",

+        "applicationUrl": "http://0.0.0.0:5026",

+        "environmentVariables": {

+          "ASPNETCORE_ENVIRONMENT": "Development"

+        }

+      },

+      "IIS Express": {

+        "commandName": "IISExpress",

+        "launchBrowser": true,

+        "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",

+        "environmentVariables": {

+          "ASPNETCORE_ENVIRONMENT": "Development"

+        }

+      }

+    }

+  }