Skip to content

Commit b0d0b79

Browse files
committed
Update index.js
1 parent cb54575 commit b0d0b79

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:[email protected]:13290/heroku_f0vz171k',
15+
databaseURI: databaseUri || 'mongodb://user:[email protected]:13290/heroku_f0vz171k',
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)