mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 01:20:52 +00:00
add template links SHARELATEX_NEW_PROJECT_TEMPLATE_LINKS to config file
This commit is contained in:
parent
bb49809776
commit
445780aa2c
1 changed files with 2 additions and 0 deletions
|
@ -565,6 +565,8 @@ if process.env["SHARELATEX_TEMPLATES_USER_ID"]
|
|||
settings.templates =
|
||||
mountPointUrl: "/templates"
|
||||
user_id: process.env["SHARELATEX_TEMPLATES_USER_ID"]
|
||||
|
||||
settings.templateLinks: parse(process.env["SHARELATEX_NEW_PROJECT_TEMPLATE_LINKS"])
|
||||
|
||||
|
||||
# /Learn
|
||||
|
|
Loading…
Reference in a new issue