about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2023-10-11 16:14:54 +0200
committerEmma [it/its]@Rory& <root@rory.gay>2023-10-11 16:14:54 +0200
commitbdd473bae6c99e372c137614d8c5bdffe8787988 (patch)
treeab14094457f56d0c8e74655ad3452c79ab54300f
parentAdd main binary name in flake (diff)
downloadOsuFederatedBeatmapApi-bdd473bae6c99e372c137614d8c5bdffe8787988.tar.xz
Maybe fix libmatrix bug with room creation
m---------LibMatrix0
-rw-r--r--OsuFederatedBeatmapApi/appsettings.MUTRG.json22
2 files changed, 22 insertions, 0 deletions
diff --git a/LibMatrix b/LibMatrix
-Subproject a98f16f1aaa72aa68278420a61d8ce897639416
+Subproject 84e33226690beb65f747526714ac9aa4cc8ee15
diff --git a/OsuFederatedBeatmapApi/appsettings.MUTRG.json b/OsuFederatedBeatmapApi/appsettings.MUTRG.json
new file mode 100644
index 0000000..57c773f
--- /dev/null
+++ b/OsuFederatedBeatmapApi/appsettings.MUTRG.json
@@ -0,0 +1,22 @@
+{
+  "Logging": {
+    "LogLevel": {
+      "Default": "Debug",
+      "System": "Information",
+      "Microsoft": "Information"
+    }
+  },
+  "LibMatrixBot": {
+    "homeserver": "matrixunittests.rory.gay",
+    "accesstoken": "f8EyudM3g2wuMNJJHvC9sNGrF63ba6qJ",
+    "prefix": "?"
+  },
+  "BeatmapApiBot": {
+    // List of people who should be invited to the control room
+    "Admins": [
+      //"@emma:conduit.rory.gay",
+      //"@emma:rory.gay"
+      "@testuser:matrixunittests.rory.gay",
+    ]
+  }
+}