mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 14:10:02 -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,
|
overallTheme: user.ace.overallTheme,
|
||||||
},
|
},
|
||||||
privilegeLevel,
|
privilegeLevel,
|
||||||
chatUrl: Settings.apis.chat.url,
|
|
||||||
anonymous,
|
anonymous,
|
||||||
anonymousAccessToken: anonymous ? anonRequestToken : null,
|
anonymousAccessToken: anonymous ? anonRequestToken : null,
|
||||||
isTokenMember,
|
isTokenMember,
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue