overleaf/services/real-time/config/settings.defaults.coffee
2014-11-12 15:54:55 +00:00

22 lines
No EOL
334 B
CoffeeScript

module.exports =
redis:
web:
host: "localhost"
port: "6379"
password: ""
internal:
realTime:
port: 3026
host: "localhost"
apis:
web:
url: "http://localhost:3000"
documentupdater:
url: "http://localhost:3003"
security:
sessionSecret: "secret-please-change"
cookieName:"sharelatex.sid"