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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
193
193
*`fileKey` - For migrated apps, this is necessary to provide access to files already hosted on Parse.
194
194
*`allowClientClassCreation` - Set to false to disable client class creation. Defaults to true.
195
195
*`enableAnonymousUsers` - Set to false to disable anonymous users. Defaults to true.
196
-
*`oauth` - Used to configure support for [3rd party authentication](https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#oauth).
196
+
*`oauth` - Used to configure support for [3rd party authentication](https://github.com/ParsePlatform/parse-server/wiki/OAuth).
197
197
*`facebookAppIds` - An array of valid Facebook application IDs that users may authenticate with.
198
198
*`mountPath` - Mount path for the server. Defaults to `/parse`.
199
199
*`filesAdapter` - The default behavior (GridStore) can be changed by creating an adapter class (see [`FilesAdapter.js`](https://github.com/ParsePlatform/parse-server/blob/master/src/Adapters/Files/FilesAdapter.js)).
0 commit comments