Merge pull request #433 from sharelatex/ja-v2-references-app

Add in default config for third-party-references service
This commit is contained in:
James Allen 2018-03-23 11:51:54 +00:00 committed by GitHub
commit 1893eb297e
2 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -11,7 +11,8 @@
"watch": [
"app/coffee/",
"app.coffee",
"modules/*/app/coffee/"
"modules/*/app/coffee/",
"config/"
],
"ext": "coffee"
}