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

15 lines
196 B
CoffeeScript
Raw Normal View History

2014-08-15 07:25:54 -04:00
module.exports = Settings =
internal:
spelling:
port: 3005
host: "localhost"
redis:
port:6379
host:"127.0.0.1"
password:""
mongo:
url : 'mongodb://127.0.0.1/sharelatex'