mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
20 lines
No EOL
282 B
CoffeeScript
20 lines
No EOL
282 B
CoffeeScript
module.exports =
|
|
internal:
|
|
chat:
|
|
host: "localhost"
|
|
port: 3010
|
|
|
|
apis:
|
|
web:
|
|
url: "http://localhost:3000"
|
|
user: "sharelatex"
|
|
pass: "password"
|
|
|
|
mongo:
|
|
url : 'mongodb://127.0.0.1/sharelatex'
|
|
|
|
redis:
|
|
web:
|
|
host: "localhost"
|
|
port: "6379"
|
|
password: "" |