summary refs log tree commit diff
path: root/MatrixInviteLogger/Properties
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-13 11:50:16 +0100
committerRory& <root@rory.gay>2025-03-13 11:50:16 +0100
commit7a1f8b51779ed8a6112fc83d13d81c3efdf792b7 (patch)
tree6429e5a14c517400a4d6a9a9b96c6bd13df5ac4e /MatrixInviteLogger/Properties
downloadMatrixInviteLogger-7a1f8b51779ed8a6112fc83d13d81c3efdf792b7.tar.xz
Initial commit
Diffstat (limited to 'MatrixInviteLogger/Properties')
-rw-r--r--MatrixInviteLogger/Properties/launchSettings.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/MatrixInviteLogger/Properties/launchSettings.json b/MatrixInviteLogger/Properties/launchSettings.json
new file mode 100644

index 0000000..383a8e2 --- /dev/null +++ b/MatrixInviteLogger/Properties/launchSettings.json
@@ -0,0 +1,12 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "MatrixInviteLogger": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Development" + } + } + } +}