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

24 lines
382 B
CoffeeScript
Raw Normal View History

module.exports =
redis:
web:
host: "localhost"
port: "6379"
password: ""
internal:
realTime:
port: 3026
host: "localhost"
2014-11-10 06:27:08 -05:00
apis:
web:
url: "http://localhost:3000"
2014-11-12 10:54:55 -05:00
documentupdater:
url: "http://localhost:3003"
trackchanges:
url: "http://localhost:3015"
2014-11-10 06:27:08 -05:00
security:
sessionSecret: "secret-please-change"
cookieName:"sharelatex.sid"