summary refs log tree commit diff
path: root/ModAS.Server/Properties/launchSettings.json
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-23 08:54:55 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-23 08:54:55 +0100
commite051007ecdb3097bc9942fd9db369101a9568a0d (patch)
tree8227a254a69ad7227cc230127ef4052dff9a08d1 /ModAS.Server/Properties/launchSettings.json
downloadModAS-e051007ecdb3097bc9942fd9db369101a9568a0d.tar.xz
Basic test
Diffstat (limited to '')
-rw-r--r--ModAS.Server/Properties/launchSettings.json42
1 files changed, 42 insertions, 0 deletions
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" + } + } + } +}