about summary refs log tree commit diff
path: root/ExampleBots/ModerationBot/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-31 18:50:16 +0100
committerRory& <root@rory.gay>2024-01-31 18:50:16 +0100
commitd133a168c17d605236e967ff63728420ddb0ed98 (patch)
treeac467c42591db6fb6b920682dd54da1f707f8c0c /ExampleBots/ModerationBot/appsettings.Development.json
parentCapabilities (diff)
downloadLibMatrix-bak-d133a168c17d605236e967ff63728420ddb0ed98.tar.xz
Repo split
Diffstat (limited to 'ExampleBots/ModerationBot/appsettings.Development.json')
-rw-r--r--ExampleBots/ModerationBot/appsettings.Development.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/ExampleBots/ModerationBot/appsettings.Development.json b/ExampleBots/ModerationBot/appsettings.Development.json
deleted file mode 100644

index 224d0da..0000000 --- a/ExampleBots/ModerationBot/appsettings.Development.json +++ /dev/null
@@ -1,24 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "LibMatrixBot": { - // The homeserver to connect to - "Homeserver": "rory.gay", - // The access token to use - "AccessToken": "syt_xxxxxxxxxxxxxxxxx", - // The command prefix - "Prefix": "?" - }, - "ModerationBot": { - // List of people who should be invited to the control room - "Admins": [ - "@emma:conduit.rory.gay", - "@emma:rory.gay" - ] - } -}