From d133a168c17d605236e967ff63728420ddb0ed98 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 31 Jan 2024 18:50:16 +0100 Subject: Repo split --- .../PluralContactBotPoC/appsettings.Development.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ExampleBots/PluralContactBotPoC/appsettings.Development.json (limited to 'ExampleBots/PluralContactBotPoC/appsettings.Development.json') 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": "?" - } -} -- cgit 1.5.1