Created
March 5, 2014 05:01
-
-
Save aaronthorp/9361510 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/sh | |
export MONGO_URL=mongodb://localhost/testing123 | |
export MONGO_OPLOG_URL=mongodb://localhost/local | |
export ROOT_URL=http://dev.somewebsite.com | |
export DISABLE_WEBSOCKETS=true | |
mrt run --port 4005 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment