From 60591dae8b3be560fdcc326b1b494e0e3bd98abf Mon Sep 17 00:00:00 2001 From: Steven Anthony Rivera Date: Fri, 15 Aug 2014 19:54:17 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee4299..04fad45 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ If this gives you issues, you can boot with the Meteor.settings file manually by meteor --settings config/settings.json -but keep in mind that this means that the other environment variables in env.sh will not have source run on them, so be sure to manually type whatever variables you need in from of the above command like so: +...but keep in mind that this means that the other environment variables in env.sh will not have source run on them, so be sure to manually type whatever variables you need in from of the above command like so: MONGO_URL="mongodb://127.0.0.1:27017/test-db" meteor --settings config/settings.json ##Packages bootstrap, crypto-base, crypto-md5, accounts-password, accounts-ui, iron-router, d3 + Be sure to remove autopublish and insecure when launching the website for use!