We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f871b commit c253daaCopy full SHA for c253daa
bootstrap.sh
@@ -4,7 +4,7 @@ GREEN='\033[0;32m'
4
NC='\033[0m'
5
BOLD='\033[1m'
6
CHECK="${GREEN}\xE2\x9C\x93${NC}"
7
-DEFAULT_MONGODB_URI='mongodb://localhost:127.0.0.1:27017/parse'
+DEFAULT_MONGODB_URI='mongodb://127.0.0.1:27017/parse'
8
9
confirm() {
10
DEFAULT=$1;
@@ -144,7 +144,7 @@ read -r MONGODB_URI
144
145
cat > ./config.json << EOF
146
{
147
- "applicationId": "${APP_ID}",
+ "appId": "${APP_ID}",
148
"masterKey": "${MASTER_KEY}",
149
"appName": "${APP_NAME}",
150
"cloud": "./cloud/main",
0 commit comments