From d49578342d555a81f28debe65edffc1699ab453a Mon Sep 17 00:00:00 2001
From: Tiago Daniel Jacobs <tiago@imdt.com.br>
Date: Sat, 12 Oct 2019 19:51:20 -0300
Subject: [PATCH] Add script to start meteor using external mongo (from
 packaging) instead of embeded mongo

---
 bigbluebutton-html5/package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigbluebutton-html5/package.json b/bigbluebutton-html5/package.json
index 61bd7d0d51..5092b673c4 100755
--- a/bigbluebutton-html5/package.json
+++ b/bigbluebutton-html5/package.json
@@ -9,6 +9,7 @@
     "generate-refs-visual-regression-desktop": "rm -rf tests/webdriverio/screenshots; npm run test-visual-regression-desktop",
     "start:prod": "meteor reset && ROOT_URL=http://127.0.0.1/html5client NODE_ENV=production meteor --production",
     "start:dev": "ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor",
+    "start:dev-fast-mongo": "env ROOT_URL=http://127.0.0.1/html5client MONGO_OPLOG_URL=mongodb://127.0.1.1/local MONGO_URL=mongodb://127.0.1.1/meteor PORT=3000 ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor",
     "test": "wdio ./tests/webdriverio/wdio.conf.js",
     "lint": "eslint . --ext .jsx,.js"
   },
-- 
GitLab