2014-08-15 11:25:54 +00: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'
|
|
|
|
|
2015-03-01 12:45:14 +00:00
|
|
|
|
|
|
|
healthCheckUserId: "53c64d2fd68c8d000010bb5f"
|