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 4bda6e4 commit 95cea92Copy full SHA for 95cea92
index.js
@@ -23,7 +23,9 @@ addParseCloud();
23
// and delete
24
// "databaseURI": a uri like mongodb://localhost:27017/dbname to tell us
25
// what database this Parse API connects to.
26
-// "cloud": relative location to cloud code to require
+// "cloud": relative location to cloud code to require, or a function
27
+// that is given an instance of Parse as a parameter. Use this instance of Parse
28
+// to register your cloud code hooks and functions.
29
// "appId": the application id to host
30
// "masterKey": the master key for requests to this app
31
// "facebookAppIds": an array of valid Facebook Application IDs, required
0 commit comments