about summary refs log tree commit diff
path: root/MatrixRoomUtils.DebugDataValidationApi/Properties
diff options
context:
space:
mode:
authorEmma@Rory& <root@rory.gay>2023-07-24 20:57:06 +0200
committerEmma@Rory& <root@rory.gay>2023-07-24 20:57:06 +0200
commit67409d4d727abb0b08142f60a61db21264689130 (patch)
tree3162c0e5199996666b6fe45c6b1b42dce31a88dc /MatrixRoomUtils.DebugDataValidationApi/Properties
parentCode cleanup (diff)
downloadMatrixUtils-67409d4d727abb0b08142f60a61db21264689130.tar.xz
Debug validation api
Diffstat (limited to 'MatrixRoomUtils.DebugDataValidationApi/Properties')
-rw-r--r--MatrixRoomUtils.DebugDataValidationApi/Properties/launchSettings.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/MatrixRoomUtils.DebugDataValidationApi/Properties/launchSettings.json b/MatrixRoomUtils.DebugDataValidationApi/Properties/launchSettings.json
new file mode 100644

index 0000000..c33e091 --- /dev/null +++ b/MatrixRoomUtils.DebugDataValidationApi/Properties/launchSettings.json
@@ -0,0 +1,41 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:63687", + "sslPort": 44316 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5116", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:7017;http://localhost:5116", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +}