summaryrefslogtreecommitdiff
path: root/Properties/launchSettings.json
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2024-03-22 15:47:29 +0000
committerIan C <ianc@noddybox.co.uk>2024-03-22 15:47:29 +0000
commit1f61b2afecb32b5d75268642a49ce9556f505796 (patch)
tree617cc8e789fb63f9123a6e6f53a9bafa6cc38bb6 /Properties/launchSettings.json
Inital commit of dotnet new
Diffstat (limited to 'Properties/launchSettings.json')
-rw-r--r--Properties/launchSettings.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
new file mode 100644
index 0000000..f34c90b
--- /dev/null
+++ b/Properties/launchSettings.json
@@ -0,0 +1,38 @@
+{
+ "$schema": "http://json.schemastore.org/launchsettings.json",
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:5356",
+ "sslPort": 44328
+ }
+ },
+ "profiles": {
+ "http": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "http://localhost:5006",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "https": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "https://localhost:7234;http://localhost:5006",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}