about summary refs log tree commit diff
path: root/MatrixAntiDmSpam/Properties
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-26 11:43:17 +0100
committerRory& <root@rory.gay>2025-03-26 11:43:57 +0100
commit41b14d6621e2579edf55ccf83ca563cb31d09a2d (patch)
tree8bd74f175fef1f4d8edabc324f15aa4f921078e2 /MatrixAntiDmSpam/Properties
parentWork on README, add license (diff)
downloadMatrixAntiDmSpam-41b14d6621e2579edf55ccf83ca563cb31d09a2d.tar.xz
Simplify invite store, use multiple threads for evaluating policies to scale beyond unreasonable policy counts
Diffstat (limited to 'MatrixAntiDmSpam/Properties')
-rw-r--r--MatrixAntiDmSpam/Properties/launchSettings.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/MatrixAntiDmSpam/Properties/launchSettings.json b/MatrixAntiDmSpam/Properties/launchSettings.json

index 383a8e2..f2c4644 100644 --- a/MatrixAntiDmSpam/Properties/launchSettings.json +++ b/MatrixAntiDmSpam/Properties/launchSettings.json
@@ -7,6 +7,13 @@ "environmentVariables": { "DOTNET_ENVIRONMENT": "Development" } + }, + "MatrixInviteLogger Local": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Local" + } } } }