Skip to content

Commit 73aac2c

Browse files
committed
Update index.js
1 parent b0d0b79 commit 73aac2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!databaseUri) {
1212
}
1313

1414
var api = new ParseServer({
15-
databaseURI: databaseUri || 'mongodb://user:HidhuOp02@ds013290.mlab.com:13290/heroku_f0vz171k',
15+
databaseURI: databaseUri || '"mongodb://user:HidhuOp02@localhost:27017/parse"',
1616
cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js',
1717
appId: process.env.APP_ID || 'hgucqgaFTkbXBVnE2DG0T67n5OF9FbxlSxqKrPDE',
1818
masterKey: process.env.MASTER_KEY || 'P97yAnJpYkleoA0BXbMHpJ9nL0KkzBaxcRSyiMRk', //Add your master key here. Keep it secret!

0 commit comments

Comments
 (0)