mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
10 lines
185 B
CoffeeScript
Executable file
10 lines
185 B
CoffeeScript
Executable file
module.exports =
|
|
mongo:
|
|
url: 'mongodb://127.0.0.1/sharelatex'
|
|
internal:
|
|
trackchanges:
|
|
port: 3015
|
|
host: "localhost"
|
|
apis:
|
|
documentupdater:
|
|
url: "http://localhost:3003"
|