Add in default config for third-party-references service
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user