diff --git a/bootstrap.sh b/bootstrap.sh index 25f9199b..4fb2fab3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -103,7 +103,7 @@ cat > ./config.json << EOF "masterKey": "$MASTER_KEY", "appName": "$APP_NAME", "cloud": "./cloud/main", - "mongodbURI": "$MONGODB_URI" + "databaseURI": "$MONGODB_URI" } EOF echo "${CHECK} Created config.json"