You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the addFileNameHash option that allows users to remove the hash f… (#4915)
* Add the addFileNameHash option that allows users to remove the hash from file names
* Change option name to preserveFileName
* Revert changes to package-lock.json
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
232
232
#### Advanced options
233
233
234
234
*`fileKey` - For migrated apps, this is necessary to provide access to files already hosted on Parse.
235
+
*`preserveFileName` - Set to true to remove the unique hash added to the file names. Defaults to false.
235
236
*`allowClientClassCreation` - Set to false to disable client class creation. Defaults to true.
236
237
*`enableAnonymousUsers` - Set to false to disable anonymous users. Defaults to true.
237
238
*`auth` - Used to configure support for [3rd party authentication](http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication).
0 commit comments