Moving the prosody virtualhost to anon.localhost.

This commit is contained in:
John Livingston
2021-05-02 16:55:01 +02:00
parent f11fec7c97
commit 5575628e99
2 changed files with 6 additions and 2 deletions

View File

@ -32,7 +32,7 @@ async function initWebchatRouter (options: RegisterServerOptions): Promise<Route
let boshUri: string
let wsUri: string
if (settings['chat-use-prosody']) {
server = 'localhost'
server = 'anon.localhost'
room = '{{VIDEO_UUID}}@room.localhost'
boshUri = getBaseRouter() + 'webchat/http-bind'
wsUri = ''