aboutsummaryrefslogtreecommitdiff
path: root/config/config.example.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-29 18:56:30 +0100
committermetamuffin <metamuffin@disroot.org>2023-10-29 18:56:30 +0100
commitd786fedd66e1f24e51e68dc70092add2ef1bced2 (patch)
tree6219920cf445ed66c428fc9574e467d2d18097b5 /config/config.example.toml
parent26ecf512cdf5973756e551a627f58b93a74e53d1 (diff)
downloadkeks-meet-d786fedd66e1f24e51e68dc70092add2ef1bced2.tar
keks-meet-d786fedd66e1f24e51e68dc70092add2ef1bced2.tar.bz2
keks-meet-d786fedd66e1f24e51e68dc70092add2ef1bced2.tar.zst
specify bind address in config
Diffstat (limited to 'config/config.example.toml')
-rw-r--r--config/config.example.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/config.example.toml b/config/config.example.toml
deleted file mode 100644
index 780c8b5..0000000
--- a/config/config.example.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[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"