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

15 lines
281 B
CoffeeScript
Raw Normal View History

2016-01-14 07:35:16 -05:00
module.exports = Settings =
internal:
notifications:
2016-02-04 09:22:13 -05:00
port: 3042
host: process.env["LISTEN_ADDRESS"] or "localhost"
2016-01-14 07:35:16 -05:00
mongo:
url : "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
2016-01-14 07:35:16 -05:00
notifications:
healthCheck:
user_id: "5620bece05509b0a7a3cbc62"