Skip to content

Commit

Permalink
Update mongodb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK32 committed Feb 2, 2016
1 parent f696dc4 commit 5891349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mongodb.sh
Expand Up @@ -9,7 +9,7 @@
# Include in your builds via
# \curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/mongodb.sh | bash -s
MONGODB_VERSION=${MONGODB_VERSION:="3.2.1"}
MONGODB_PORT=${MONGODB_PORT:="27018"}
MONGODB_PORT=${MONGODB_PORT:="27017"}
MONGODB_DIR=${MONGODB_DIR:="$HOME/mongodb"}
MONGODB_WAIT_TIME=${MONGODB_WAIT_TIME:="10"}

Expand Down

0 comments on commit 5891349

Please sign in to comment.