1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-12 18:13:26 +00:00
overleaf/services/spelling/config/settings.defaults.coffee

18 lines
391 B
CoffeeScript
Raw Normal View History

2016-12-13 09:14:09 +00:00
Path = require('path')
2014-08-15 11:25:54 +00:00
module.exports = Settings =
internal:
spelling:
port: 3005
host: process.env["LISTEN_ADDRESS"] or "localhost"
2014-08-15 11:25:54 +00:00
mongo:
2018-10-03 14:18:53 +00:00
url: process.env['MONGO_CONNECTION_STRING'] or "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
2014-08-15 11:25:54 +00:00
2016-12-13 09:14:09 +00:00
cacheDir: Path.resolve "cache"
2015-03-01 12:45:14 +00:00
2019-03-05 17:33:23 +00:00
healthCheckUserId: "53c64d2fd68c8d000010bb5f"
sentry:
dsn: process.env.SENTRY_DSN