From ec589a40cf6594962c37af8550ddd6ff640eb8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Guarin=20Pe=C3=B1aranda?= Date: Sat, 27 Jan 2018 20:08:52 -0500 Subject: [PATCH] Added docs for objectIdSize --- README.md | 1 + 1 file changed, 1 insertion(+) 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