mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add V1 API to settings file
This commit is contained in:
parent
b9c479c245
commit
859858c02c
1 changed files with 5 additions and 1 deletions
|
@ -156,6 +156,10 @@ module.exports = settings =
|
||||||
url: process.env['LINKED_URL_PROXY']
|
url: process.env['LINKED_URL_PROXY']
|
||||||
thirdpartyreferences:
|
thirdpartyreferences:
|
||||||
url: "http://#{process.env['THIRD_PARTY_REFERENCES_HOST'] or 'localhost'}:3046"
|
url: "http://#{process.env['THIRD_PARTY_REFERENCES_HOST'] or 'localhost'}:3046"
|
||||||
|
v1:
|
||||||
|
url: "http://#{process.env['V1_HOST'] or 'localhost'}:5000"
|
||||||
|
user: 'overleaf'
|
||||||
|
pass: 'password'
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
user_id: process.env.TEMPLATES_USER_ID or "5395eb7aad1f29a88756c7f2"
|
user_id: process.env.TEMPLATES_USER_ID or "5395eb7aad1f29a88756c7f2"
|
||||||
|
|
Loading…
Reference in a new issue