From b27978162f3215f49837fa72d81c94078776db0d Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 25 Feb 2024 09:15:06 +0100 Subject: Initial commit --- MatrixMediaGate/Properties/launchSettings.json | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 MatrixMediaGate/Properties/launchSettings.json (limited to 'MatrixMediaGate/Properties') diff --git a/MatrixMediaGate/Properties/launchSettings.json b/MatrixMediaGate/Properties/launchSettings.json new file mode 100644 index 0000000..dc26c8d --- /dev/null +++ b/MatrixMediaGate/Properties/launchSettings.json @@ -0,0 +1,41 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:41407", + "sslPort": 44394 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5011", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:7227;http://localhost:5011", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit 1.5.1