mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-05 07:43:08 +00:00
15 lines
214 B
CoffeeScript
15 lines
214 B
CoffeeScript
|
module.exports = Settings =
|
||
|
internal:
|
||
|
notifications:
|
||
|
port: 3033
|
||
|
host: "localhost"
|
||
|
|
||
|
mongo:
|
||
|
url : 'mongodb://127.0.0.1/sharelatex'
|
||
|
|
||
|
notifications:
|
||
|
healthCheck:
|
||
|
user_id: "5620bece05509b0a7a3cbc62"
|
||
|
|
||
|
|