mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #4115 from overleaf/ae-remove-chat-url
Remove Settings.apis.chat.url GitOrigin-RevId: 64c6c2c48b9115054c1af446f3ce33d9390eaaf8
This commit is contained in:
parent
161c6c640c
commit
9130c37337
2 changed files with 0 additions and 2 deletions
|
@ -858,7 +858,6 @@ const ProjectController = {
|
|||
overallTheme: user.ace.overallTheme,
|
||||
},
|
||||
privilegeLevel,
|
||||
chatUrl: Settings.apis.chat.url,
|
||||
anonymous,
|
||||
anonymousAccessToken: anonymous ? anonRequestToken : null,
|
||||
isTokenMember,
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue