mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 23:03:56 +00:00
10 lines
169 B
CoffeeScript
10 lines
169 B
CoffeeScript
module.exports = Settings =
|
|
port: 3005
|
|
host: "localhost"
|
|
redis:
|
|
port:6379
|
|
host:"127.0.0.1"
|
|
password:""
|
|
mongo:
|
|
url : 'mongodb://127.0.0.1/sharelatexTesting'
|
|
|