mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
20 lines
No EOL
291 B
CoffeeScript
20 lines
No EOL
291 B
CoffeeScript
http = require('http')
|
|
http.globalAgent.maxSockets = 300
|
|
|
|
module.exports =
|
|
internal:
|
|
docstore:
|
|
port: 3016
|
|
host: "localhost"
|
|
|
|
mongo:
|
|
url: 'mongodb://127.0.0.1/sharelatex'
|
|
|
|
#filestore:
|
|
# backend: "s3"
|
|
# stores:
|
|
# user_files: ""
|
|
# s3:
|
|
# key: ""
|
|
# secret: ""
|
|
# fail: false |