mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
16 lines
No EOL
233 B
CoffeeScript
16 lines
No EOL
233 B
CoffeeScript
module.exports =
|
|
redis:
|
|
web:
|
|
host: "localhost"
|
|
port: "6379"
|
|
password: ""
|
|
|
|
internal:
|
|
realTime:
|
|
port: 3026
|
|
host: "localhost"
|
|
|
|
security:
|
|
sessionSecret: "secret-please-change"
|
|
|
|
cookieName:"sharelatex.sid" |