From e051007ecdb3097bc9942fd9db369101a9568a0d Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 23 Dec 2023 08:54:55 +0100 Subject: Basic test --- ModAS.Server/Properties/launchSettings.json | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ModAS.Server/Properties/launchSettings.json (limited to 'ModAS.Server/Properties') diff --git a/ModAS.Server/Properties/launchSettings.json b/ModAS.Server/Properties/launchSettings.json new file mode 100644 index 0000000..af3b86a --- /dev/null +++ b/ModAS.Server/Properties/launchSettings.json @@ -0,0 +1,42 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:18134", + "sslPort": 44389 + } + }, + "profiles": { + "Default": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5071", + "environmentVariables": { + } + }, + "Development": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5071", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Local": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "http://0.0.0.0:5071", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Local" + } + } + } +} -- cgit 1.5.1