mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #433 from sharelatex/ja-v2-references-app
Add in default config for third-party-references service
This commit is contained in:
commit
1893eb297e
2 changed files with 4 additions and 1 deletions
|
@ -154,6 +154,8 @@ module.exports = settings =
|
|||
url: "http://#{process.env['ANALYTICS_HOST'] or 'localhost'}:3050"
|
||||
linkedUrlProxy:
|
||||
url: process.env['LINKED_URL_PROXY']
|
||||
thirdpartyreferences:
|
||||
url: "http://#{process.env['THIRD_PARTY_REFERENCES_HOST'] or 'localhost'}:3046"
|
||||
|
||||
templates:
|
||||
user_id: process.env.TEMPLATES_USER_ID or "5395eb7aad1f29a88756c7f2"
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
"watch": [
|
||||
"app/coffee/",
|
||||
"app.coffee",
|
||||
"modules/*/app/coffee/"
|
||||
"modules/*/app/coffee/",
|
||||
"config/"
|
||||
],
|
||||
"ext": "coffee"
|
||||
}
|
Loading…
Reference in a new issue