summary refs log tree commit diff
path: root/MxApiExtensions/Properties
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-14 10:36:19 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-14 10:36:19 +0200
commit977220895d8127116d0000fa98088b235d4a8801 (patch)
tree09b9f295e9e0e82b8137edbd98afc3aebbab1a56 /MxApiExtensions/Properties
downloadMxApiExtensions-977220895d8127116d0000fa98088b235d4a8801.tar.xz
Initial commit
Diffstat (limited to 'MxApiExtensions/Properties')
-rw-r--r--MxApiExtensions/Properties/launchSettings.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/MxApiExtensions/Properties/launchSettings.json b/MxApiExtensions/Properties/launchSettings.json
new file mode 100644

index 0000000..bf22b91 --- /dev/null +++ b/MxApiExtensions/Properties/launchSettings.json
@@ -0,0 +1,41 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:33875", + "sslPort": 44326 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5258", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:7049;http://localhost:5258", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +}