From 10eafe922ecdff1e761734e8bf615b8707e114dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Guarin=20Pe=C3=B1aranda?= Date: Fri, 16 Feb 2018 10:45:06 -0500 Subject: [PATCH] Added docs for objectIdSize (#4526) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c112577..3723ddc7 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