We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb54575 commit b0d0b79Copy full SHA for b0d0b79
1 file changed
index.js
@@ -12,7 +12,7 @@ if (!databaseUri) {
12
}
13
14
var api = new ParseServer({
15
- databaseURI: databaseUri || ' mongodb://user:[email protected]:13290/heroku_f0vz171k',
+ databaseURI: databaseUri || 'mongodb://user:[email protected]:13290/heroku_f0vz171k',
16
cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js',
17
appId: process.env.APP_ID || 'hgucqgaFTkbXBVnE2DG0T67n5OF9FbxlSxqKrPDE',
18
masterKey: process.env.MASTER_KEY || 'P97yAnJpYkleoA0BXbMHpJ9nL0KkzBaxcRSyiMRk', //Add your master key here. Keep it secret!
0 commit comments