overleaf/services/chat/config/settings.defaults.coffee

20 lines
282 B
CoffeeScript
Raw Normal View History

2014-08-15 05:50:36 -04:00
module.exports =
2014-08-15 06:35:22 -04:00
internal:
chat:
host: "localhost"
port: 3010
2014-08-15 05:50:36 -04:00
apis:
web:
url: "http://localhost:3000"
user: "sharelatex"
pass: "password"
2014-08-15 06:35:22 -04:00
2014-08-15 05:50:36 -04:00
mongo:
url : 'mongodb://127.0.0.1/sharelatex'
redis:
web:
host: "localhost"
port: "6379"
password: ""