mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1325 from sharelatex/ew-enable-collabratec-v2-for-all
Enable collabratec v2 for all users GitOrigin-RevId: 586dccdcfee8f9d219838b73e0a217b0e10550b8
This commit is contained in:
parent
ec1867198f
commit
c4d0cf9fd0
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ UserSchema = new Schema
|
|||
accessToken: { type: String }
|
||||
refreshToken: { type: String }
|
||||
awareOfV2: { type:Boolean, default: false }
|
||||
useCollabratecV2: { type:Boolean, default: false }
|
||||
|
||||
conn = mongoose.createConnection(Settings.mongo.url, {
|
||||
server: {poolSize: Settings.mongo.poolSize || 10},
|
||||
|
|
Loading…
Reference in a new issue