mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
don't set referneces and notifications urls in default as open source does not use them yet
This commit is contained in:
parent
a33aeca9c3
commit
cc9f90c3e8
1 changed files with 4 additions and 4 deletions
|
@ -104,10 +104,10 @@ module.exports = settings =
|
|||
url: "http://localhost:3036"
|
||||
sixpack:
|
||||
url: ""
|
||||
references:
|
||||
url: "http://localhost:3040"
|
||||
notifications:
|
||||
url: "http://localhost:3042"
|
||||
# references:
|
||||
# url: "http://localhost:3040"
|
||||
# notifications:
|
||||
# url: "http://localhost:3042"
|
||||
|
||||
templates:
|
||||
user_id: process.env.TEMPLATES_USER_ID or "5395eb7aad1f29a88756c7f2"
|
||||
|
|
Loading…
Reference in a new issue