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,
},
privilegeLevel,
chatUrl: Settings.apis.chat.url,
anonymous,
anonymousAccessToken: anonymous ? anonRequestToken : null,
isTokenMember,

View file

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