summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorstuebinm2021-11-30 00:17:34 +0100
committerstuebinm2021-11-30 00:17:34 +0100
commit72d66169ecef657eae7833c19e80b5e115d4a4b1 (patch)
treed86e7c6b26127959a45d5203a3bb01f346ad1e7d /config.json
parentc71cf47ee509353af88223850a1bae4db5f3393d (diff)
rudimentary emulation of bbbRoom etc.
("rudimentary" since for now the best it can do is just replacing / prepending urls; presumably, it should also do a sanity check or something of the like)
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json
index e81bf03..0a2f914 100644
--- a/config.json
+++ b/config.json
@@ -17,6 +17,12 @@
"lounge" : "/@/lalala",
"lobby" : "/@/lounge"
}
+ },
+ "bbb" : {
+ "scope" : ["bbb"],
+ "allowed" : [],
+ "blocked" : [],
+ "prefix" : "https://bbb.rc3.world/"
}
}
}