mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
changed templates port to 3007 which is line with elsewhere
This commit is contained in:
parent
dd22f1f7a1
commit
fe026b4b0b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ module.exports =
|
|||
clsi:
|
||||
url: "http://localhost:3013"
|
||||
templates_api:
|
||||
url: "http://localhost:3014"
|
||||
url: "http://localhost:3007"
|
||||
|
||||
# Where your instance of ShareLaTeX can be found publically. Used in emails
|
||||
# that are sent out, generated links, etc.
|
||||
|
|
Loading…
Reference in a new issue