Merge pull request #4115 from overleaf/ae-remove-chat-url

Remove Settings.apis.chat.url

GitOrigin-RevId: 64c6c2c48b9115054c1af446f3ce33d9390eaaf8
This commit is contained in:
Alf Eaton 2021-06-07 10:40:21 +01:00 committed by Copybot
parent 161c6c640c
commit 9130c37337
2 changed files with 0 additions and 2 deletions

View file

@ -858,7 +858,6 @@ const ProjectController = {
overallTheme: user.ace.overallTheme, overallTheme: user.ace.overallTheme,
}, },
privilegeLevel, privilegeLevel,
chatUrl: Settings.apis.chat.url,
anonymous, anonymous,
anonymousAccessToken: anonymous ? anonRequestToken : null, anonymousAccessToken: anonymous ? anonRequestToken : null,
isTokenMember, isTokenMember,

View file

@ -228,7 +228,6 @@ module.exports = {
pubUrl: `http://${process.env.DOCSTORE_HOST || 'localhost'}:3016`, pubUrl: `http://${process.env.DOCSTORE_HOST || 'localhost'}:3016`,
}, },
chat: { chat: {
url: `http://${process.env.CHAT_HOST || 'localhost'}:3010`,
internal_url: `http://${process.env.CHAT_HOST || 'localhost'}:3010`, internal_url: `http://${process.env.CHAT_HOST || 'localhost'}:3010`,
}, },
blog: { blog: {