We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb6c04 commit dbf04f3Copy full SHA for dbf04f3
README.md
@@ -214,7 +214,7 @@ var app = express();
214
215
var api = new ParseServer({
216
databaseURI: 'mongodb://localhost:27017/dev', // Connection string for your MongoDB database
217
- cloud: '/home/myApp/cloud/main.js', // Absolute path to your Cloud Code
+ cloud: './cloud/main.js', // Path to your Cloud Code
218
appId: 'myAppId',
219
masterKey: 'myMasterKey', // Keep this key secret!
220
fileKey: 'optionalFileKey',
0 commit comments