From 90b13aed6e18c32a66ff0ef08ec01db1fc3d88ab Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 10 Mar 2021 12:12:15 +0000 Subject: [PATCH] prosody: Fix another typo, sigh --- ansible/files/prosody.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/files/prosody.cfg.lua b/ansible/files/prosody.cfg.lua index 13651a9..f6484f2 100644 --- a/ansible/files/prosody.cfg.lua +++ b/ansible/files/prosody.cfg.lua @@ -134,7 +134,7 @@ allow_contact_invites = false invites_page = ENV_SNIKKET_INVITE_URL or ("https://"..DOMAIN.."/invite/{invite.token}/"); invites_page_external = true -invites_boostrap_index = tonumber(ENV_TWEAK_SNIKKET_BOOTSTRAP_INDEX) +invites_bootstrap_index = tonumber(ENV_TWEAK_SNIKKET_BOOTSTRAP_INDEX) invites_bootstrap_secret = ENV_TWEAK_SNIKKET_BOOTSTRAP_SECRET c2s_require_encryption = true