mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added blog url to config
This commit is contained in:
parent
14ef9a2c49
commit
ccffdc3265
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ module.exports = settings =
|
|||
url: "http://#{process.env['CHAT_HOST'] or 'localhost'}:3010"
|
||||
internal_url: "http://#{process.env['CHAT_HOST'] or 'localhost'}:3010"
|
||||
blog:
|
||||
url: "http://localhost:3008"
|
||||
port: 3008
|
||||
university:
|
||||
url: "http://localhost:3011"
|
||||
|
|
Loading…
Reference in a new issue