mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add in real-time service
This commit is contained in:
parent
4016cfd8b3
commit
6fd2e5e6d7
2 changed files with 5 additions and 0 deletions
1
server-ce/.gitignore
vendored
1
server-ce/.gitignore
vendored
|
@ -11,6 +11,7 @@ docstore
|
||||||
tags
|
tags
|
||||||
chat
|
chat
|
||||||
spelling
|
spelling
|
||||||
|
real-time
|
||||||
|
|
||||||
data
|
data
|
||||||
tmp
|
tmp
|
||||||
|
|
|
@ -12,6 +12,10 @@ SERVICES = [{
|
||||||
name: "web"
|
name: "web"
|
||||||
repo: "https://github.com/sharelatex/web-sharelatex.git"
|
repo: "https://github.com/sharelatex/web-sharelatex.git"
|
||||||
version: "master"
|
version: "master"
|
||||||
|
}, {
|
||||||
|
name: "real-time"
|
||||||
|
repo: "https://github.com/sharelatex/real-time-sharelatex.git"
|
||||||
|
version: "master"
|
||||||
}, {
|
}, {
|
||||||
name: "document-updater"
|
name: "document-updater"
|
||||||
repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
|
repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
|
||||||
|
|
Loading…
Reference in a new issue