From 6f644481f397af070e2b91b69846e375caafdbda Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 7 Sep 2023 00:01:27 +0200 Subject: prepare for room watches --- config/client.example.toml | 16 ---------------- config/config.example.toml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 config/client.example.toml create mode 100644 config/config.example.toml (limited to 'config') diff --git a/config/client.example.toml b/config/client.example.toml deleted file mode 100644 index 39e942a..0000000 --- a/config/client.example.toml +++ /dev/null @@ -1,16 +0,0 @@ - -[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" 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" -- cgit v1.2.3-70-g09d2