aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/iamb/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-28 18:44:41 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-28 18:44:41 -0500
commiteb2eabf07d1b1c0509b96f5e478fcfadb895f053 (patch)
tree08c220a3bc3dc434f79e30ff2c96b2d069f68010 /iamb/.config
parent5af4952532838331ccfbad0d01b05824bb65ee80 (diff)
feat(iamb): add iamb matrix client configs
Diffstat (limited to 'iamb/.config')
-rw-r--r--iamb/.config/iamb/config.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/iamb/.config/iamb/config.json b/iamb/.config/iamb/config.json
new file mode 100644
index 0000000..d83d4ee
--- /dev/null
+++ b/iamb/.config/iamb/config.json
@@ -0,0 +1,12 @@
+{
+ "profiles": {
+ "default": {
+ "user_id": "@tobyvin:community.rs",
+ "url": "https://matrix.community.rs"
+ }
+ },
+ "settings": {
+ "default_room": "space"
+ },
+ "default_profile": "default"
+}