From 7d4dee17b730c674a129b13f89f8bac19c5c6642 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 13 Dec 2020 13:54:33 +0100 Subject: [PATCH] Add missing port number to ejabberd API base URL --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 5e587f2..1ce4287 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -EJABBERD_API_URL='https://xmpp.kosmos.org/api' +EJABBERD_API_URL='https://xmpp.kosmos.org:5443/api'