mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
24 lines
346 B
CoffeeScript
Executable File
24 lines
346 B
CoffeeScript
Executable File
Path = require('path')
|
|
http = require('http')
|
|
http.globalAgent.maxSockets = 300
|
|
|
|
module.exports =
|
|
internal:
|
|
documentupdater:
|
|
port: 3003
|
|
|
|
apis:
|
|
web:
|
|
url: "http://localhost:3000"
|
|
user: "sharelatex"
|
|
pass: "password"
|
|
|
|
redis:
|
|
web:
|
|
port:"6379"
|
|
host:"localhost"
|
|
password:""
|
|
|
|
mongo:
|
|
url: 'mongodb://127.0.0.1/sharelatex'
|