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

16 lines
233 B
CoffeeScript
Raw Normal View History

module.exports =
redis:
web:
host: "localhost"
port: "6379"
password: ""
internal:
realTime:
port: 3026
host: "localhost"
security:
sessionSecret: "secret-please-change"
cookieName:"sharelatex.sid"