Added docs for objectIdSize (#4526)
This commit is contained in:
committed by
Florent Vilmart
parent
848a6cf7ae
commit
10eafe922e
@@ -250,6 +250,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
|
||||
* `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.
|
||||
* `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.
|
||||
* `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.
|
||||
* `objectIdSize` - The string length of the newly generated object's ids.
|
||||
|
||||
##### Logging
|
||||
|
||||
|
||||
Reference in New Issue
Block a user