mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
15 lines
266 B
CoffeeScript
Executable File
15 lines
266 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"
|
|
web:
|
|
url: "http://localhost:3000"
|
|
user: "sharelatex"
|
|
pass: "password"
|