diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-23 20:45:12 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-23 20:45:12 +0200 |
commit | 06bfab3e6fa88f39184d613c448d6e1635e1dc0b (patch) | |
tree | bd241ade22c7df89b8d76c63780612f634ee4bfb | |
parent | 51e81cc623dff86768f71a95dc566bb306f287a6 (diff) | |
download | keks-meet-06bfab3e6fa88f39184d613c448d6e1635e1dc0b.tar keks-meet-06bfab3e6fa88f39184d613c448d6e1635e1dc0b.tar.bz2 keks-meet-06bfab3e6fa88f39184d613c448d6e1635e1dc0b.tar.zst |
update the default config
-rw-r--r-- | config/config.example.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.example.toml b/config/config.example.toml index 39e942a..780c8b5 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -1,3 +1,5 @@ +[features] +room_watches = true [appearance] accent = "#5e3f84" @@ -5,12 +7,13 @@ accent_dark = "#2d0d52" accent_light = "#7c43bd" background = "#151315" background_dark = "#070707" +background_light = "#211c21" # If you decide to host your own TURN server, adjust this. [webrtc] stun = "stun:meet.metamuffin.org:16900" # turn = "turn:meet.metamuffin.org:16900" ## Set the default turn credentials. -## If not provided, TURN is disabled by default and requires manual activation via password (TODO). +## If not provided, TURN is disabled by default and requires manual activation via password. # turn_user = "keksmeet" # turn_cred = "thatsmypassword" |