mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
10 lines
168 B
CoffeeScript
10 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'
|