From 06be7bed0c640c21503f75ce834a6fde2fc905ba Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 10 Oct 2023 21:24:28 +0200 Subject: Initial commit --- .../appsettings.Development.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 OsuFederatedBeatmapApi/appsettings.Development.json (limited to 'OsuFederatedBeatmapApi/appsettings.Development.json') diff --git a/OsuFederatedBeatmapApi/appsettings.Development.json b/OsuFederatedBeatmapApi/appsettings.Development.json new file mode 100644 index 0000000..600efc3 --- /dev/null +++ b/OsuFederatedBeatmapApi/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": "?" + }, + "MediaMod": { + // List of people who should be invited to the control room + "Admins": [ + "@emma:conduit.rory.gay", + "@emma:rory.gay" + ] + } +} -- cgit 1.4.1