From 49eba40d2bc6a98553e57e6f9b8496ff649147a8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 3 Jun 2024 20:19:21 +0200 Subject: Initial commit --- Jenny/appsettings.Development.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Jenny/appsettings.Development.json (limited to 'Jenny/appsettings.Development.json') diff --git a/Jenny/appsettings.Development.json b/Jenny/appsettings.Development.json new file mode 100644 index 0000000..224d0da --- /dev/null +++ b/Jenny/appsettings.Development.json @@ -0,0 +1,24 @@ +{ + "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" + ] + } +} -- cgit 1.5.1