mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add in real-time service
This commit is contained in:
1
server-ce/.gitignore
vendored
1
server-ce/.gitignore
vendored
@@ -11,6 +11,7 @@ docstore
|
||||
tags
|
||||
chat
|
||||
spelling
|
||||
real-time
|
||||
|
||||
data
|
||||
tmp
|
||||
|
||||
@@ -12,6 +12,10 @@ SERVICES = [{
|
||||
name: "web"
|
||||
repo: "https://github.com/sharelatex/web-sharelatex.git"
|
||||
version: "master"
|
||||
}, {
|
||||
name: "real-time"
|
||||
repo: "https://github.com/sharelatex/real-time-sharelatex.git"
|
||||
version: "master"
|
||||
}, {
|
||||
name: "document-updater"
|
||||
repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
|
||||
|
||||
Reference in New Issue
Block a user