about summary refs log tree commit diff
path: root/Tests/TestDataGenerator/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestDataGenerator/appsettings.Development.json')
-rw-r--r--Tests/TestDataGenerator/appsettings.Development.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/Tests/TestDataGenerator/appsettings.Development.json b/Tests/TestDataGenerator/appsettings.Development.json
deleted file mode 100644
index 38c45c4..0000000
--- a/Tests/TestDataGenerator/appsettings.Development.json
+++ /dev/null
@@ -1,18 +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": "?",
-    "LogRoom": "!xxxxxxxxxxxxxxxxxxxxxx:example.com"
-  }
-}