overleaf/services/chat/config/settings.defaults.coffee
2014-08-15 10:50:36 +01:00

14 lines
No EOL
222 B
CoffeeScript

module.exports =
apis:
web:
url: "http://localhost:3000"
user: "sharelatex"
pass: "password"
mongo:
url : 'mongodb://127.0.0.1/sharelatex'
redis:
web:
host: "localhost"
port: "6379"
password: ""