about summary refs log tree commit diff
path: root/Jenny/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-06-03 20:19:21 +0200
committerRory& <root@rory.gay>2024-06-03 20:19:21 +0200
commit49eba40d2bc6a98553e57e6f9b8496ff649147a8 (patch)
treebf79603c455ef65b7cfa349cbce285cedd8bf53a /Jenny/appsettings.Development.json
downloadJenny-github/master.tar.xz
Initial commit github/master
Diffstat (limited to 'Jenny/appsettings.Development.json')
-rw-r--r--Jenny/appsettings.Development.json24
1 files changed, 24 insertions, 0 deletions
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" + ] + } +}