Skip to content
Snippets Groups Projects
Commit 8a27de51 authored by James Allen's avatar James Allen
Browse files

Add in real-time service

parent 759c84a9
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ docstore ...@@ -11,6 +11,7 @@ docstore
tags tags
chat chat
spelling spelling
real-time
data data
tmp tmp
......
...@@ -12,6 +12,10 @@ SERVICES = [{ ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment