diff --git a/README.md b/README.md index 9c11257723..3723ddc73a 100644 --- a/README.md +++ b/README.md @@ -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