about summary refs log tree commit diff
path: root/ExampleBots/ModerationBot/appsettings.Development.json
diff options
context:
space:
mode:
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"
-    ]
-  }
-}