diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-07 00:01:27 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-07 00:01:27 +0200 |
commit | 6f644481f397af070e2b91b69846e375caafdbda (patch) | |
tree | 330bdaec6d7e2712e9694faeb7a2e11cc022daf3 /config/config.example.toml | |
parent | bf434555952b3788185a1a875955fa1acbf170b3 (diff) | |
download | keks-meet-6f644481f397af070e2b91b69846e375caafdbda.tar keks-meet-6f644481f397af070e2b91b69846e375caafdbda.tar.bz2 keks-meet-6f644481f397af070e2b91b69846e375caafdbda.tar.zst |
prepare for room watches
Diffstat (limited to 'config/config.example.toml')
-rw-r--r-- | config/config.example.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/config.example.toml b/config/config.example.toml new file mode 100644 index 0000000..39e942a --- /dev/null +++ b/config/config.example.toml @@ -0,0 +1,16 @@ + +[appearance] +accent = "#5e3f84" +accent_dark = "#2d0d52" +accent_light = "#7c43bd" +background = "#151315" +background_dark = "#070707" + +# 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). +# turn_user = "keksmeet" +# turn_cred = "thatsmypassword" |