mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 01:21:11 +00:00
11 lines
168 B
CoffeeScript
11 lines
168 B
CoffeeScript
|
http = require('http')
|
||
|
http.globalAgent.maxSockets = 300
|
||
|
|
||
|
module.exports =
|
||
|
internal:
|
||
|
port: 3036
|
||
|
host: "localhost"
|
||
|
|
||
|
mongo:
|
||
|
url: 'mongodb://127.0.0.1/sharelatex'
|