summaryrefslogtreecommitdiff
path: root/files/virtual_host.cfg.lua.j2
diff options
context:
space:
mode:
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r--files/virtual_host.cfg.lua.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2
index 2834474..4182a60 100644
--- a/files/virtual_host.cfg.lua.j2
+++ b/files/virtual_host.cfg.lua.j2
@@ -15,7 +15,6 @@ modules_enabled = {
"invites_register";
"register";
"register_apps";
- "turn_external";
}
site_apps_show = {
@@ -34,9 +33,6 @@ contact_info = {
admin = { "xmpp:admin@{{ virtual_host }}" };
}
-turn_external_host = "turn.{{ virtual_host }}"
-turn_external_secret = "{{ turn_secret }}"
-
allow_user_invites = true
http_external_url = "https://{{ virtual_host }}/"
site_name = "{{ virtual_host }}"