mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
15 lines
196 B
CoffeeScript
15 lines
196 B
CoffeeScript
|
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'
|
||
|
|