blob: c23fdc2680cc35babca2b4b9ffedafe904a45902 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[server]
bind = "127.0.0.1:24319"
[features]
room_watches = true
[appearance]
accent = "#5e3f84"
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.
# turn_user = "keksmeet"
# turn_cred = "thatsmypassword"
|