2016-12-13 04:14:09 -05:00
|
|
|
Path = require('path')
|
|
|
|
|
2014-08-15 07:25:54 -04:00
|
|
|
module.exports = Settings =
|
|
|
|
internal:
|
|
|
|
spelling:
|
|
|
|
port: 3005
|
2017-12-29 03:16:04 -05:00
|
|
|
host: process.env["LISTEN_ADDRESS"] or "localhost"
|
2014-08-15 07:25:54 -04:00
|
|
|
|
|
|
|
redis:
|
2017-12-29 03:16:04 -05:00
|
|
|
port: 6379
|
|
|
|
host: process.env["REDIS_HOST"] or "localhost"
|
2014-08-15 07:25:54 -04:00
|
|
|
password:""
|
|
|
|
|
|
|
|
mongo:
|
2017-12-29 03:16:04 -05:00
|
|
|
url : "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
|
2014-08-15 07:25:54 -04:00
|
|
|
|
2016-12-13 04:14:09 -05:00
|
|
|
cacheDir: Path.resolve "cache"
|
|
|
|
|
2015-03-01 07:45:14 -05:00
|
|
|
|
|
|
|
healthCheckUserId: "53c64d2fd68c8d000010bb5f"
|