summaryrefslogtreecommitdiff
path: root/config
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
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')
-rw-r--r--config/default.toml (renamed from config/config.example.toml)3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.example.toml b/config/default.toml
index 780c8b5..c23fdc2 100644
--- a/config/config.example.toml
+++ b/config/default.toml
@@ -1,3 +1,6 @@
+[server]
+bind = "127.0.0.1:24319"
+
[features]
room_watches = true