Skip to content

Commit 10eafe9

Browse files
jcguarinpenarandaflovilmart
authored andcommitted
Added docs for objectIdSize (#4526)
1 parent 848a6cf commit 10eafe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
250250
* `middleware` - (CLI only), a module name, function that is an express middleware. When using the CLI, the express app will load it just **before** mounting parse-server on the mount path. This option is useful for injecting a monitoring middleware.
251251
* `masterKeyIps` - The array of ip addresses where masterKey usage will be restricted to only these ips. (Default to [] which means allow all ips). If you're using this feature and have `useMasterKey: true` in cloudcode, make sure that you put your own ip in this list.
252252
* `readOnlyMasterKey` - A masterKey that has full read access to the data, but no write access. This key should be treated the same way as your masterKey, keeping it private.
253+
* `objectIdSize` - The string length of the newly generated object's ids.
253254

254255
##### Logging
255256

0 commit comments

Comments
 (0)