overleaf/services/real-time/config/settings.defaults.coffee

28 lines
459 B
CoffeeScript
Raw Normal View History

module.exports =
redis:
web:
host: "localhost"
port: "6379"
password: ""
internal:
realTime:
port: 3026
host: "localhost"
user: "sharelatex"
pass: "password"
2014-11-10 06:27:08 -05:00
apis:
web:
url: "http://localhost:3000"
2014-11-17 09:35:07 -05:00
user: "sharelatex"
pass: "password"
2014-11-12 10:54:55 -05:00
documentupdater:
url: "http://localhost:3003"
2014-11-10 06:27:08 -05:00
security:
sessionSecret: "secret-please-change"
2015-12-01 06:05:49 -05:00
cookieName:"sharelatex.sid"
max_doc_length: 2 * 1024 * 1024 # 2mb