1 files changed, 0 insertions, 17 deletions
diff --git a/ExampleBots/PluralContactBotPoC/appsettings.Development.json b/ExampleBots/PluralContactBotPoC/appsettings.Development.json
deleted file mode 100644
index 93dc0e6..0000000
--- a/ExampleBots/PluralContactBotPoC/appsettings.Development.json
+++ /dev/null
@@ -1,17 +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": "?"
- }
-}
|