mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
30 lines
No EOL
507 B
CoffeeScript
30 lines
No EOL
507 B
CoffeeScript
module.exports =
|
|
redis:
|
|
web:
|
|
host: "localhost"
|
|
port: "6379"
|
|
password: ""
|
|
|
|
internal:
|
|
realTime:
|
|
port: 3026
|
|
host: "localhost"
|
|
user: "sharelatex"
|
|
pass: "password"
|
|
|
|
apis:
|
|
web:
|
|
url: "http://localhost:3000"
|
|
user: "sharelatex"
|
|
pass: "password"
|
|
documentupdater:
|
|
url: "http://localhost:3003"
|
|
trackchanges:
|
|
url: "http://localhost:3015"
|
|
|
|
security:
|
|
sessionSecret: "secret-please-change"
|
|
|
|
cookieName:"sharelatex.sid"
|
|
|
|
max_doc_length: 2 * 1024 * 1024 # 2mb |