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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ app.listen(1337, function() {
306
306
});
307
307
```
308
308
309
-
For a full list of available options, run `parse-server --help` or take a look at [Parse Server Configurations](http://parseplatform.org/parse-server/api/master/ParseServerOptions.html).
309
+
For a full list of available options, run `parse-server --help` or take a look at [Parse Server Configurations][server-options].
310
310
311
311
## Parse Server Health
312
312
@@ -333,7 +333,7 @@ The response looks like this:
333
333
334
334
Parse Server can be configured using the following options. You may pass these as parameters when running a standalone `parse-server`, or by loading a configuration file in JSON format using `parse-server path/to/configuration.json`. If you're using Parse Server on Express, you may also pass these to the `ParseServer` object as options.
335
335
336
-
For the full list of available options, run `parse-server --help` or take a look at [Parse Server Configurations](http://parseplatform.org/parse-server/api/master/ParseServerOptions.html).
336
+
For the full list of available options, run `parse-server --help` or take a look at [Parse Server Configurations][server-options].
337
337
338
338
## Basic Options
339
339
@@ -367,7 +367,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
367
367
368
368
## Email Verification and Password Reset
369
369
370
-
Verifying user email addresses and enabling password reset via email requires an email adapter. There are many email adapters provided and maintained by the community. The following is an example configuration with an example email adapter. See the [Parse Server Options](https://parseplatform.org/parse-server/api/master/ParseServerOptions.html) for more details and a full list of available options.
370
+
Verifying user email addresses and enabling password reset via email requires an email adapter. There are many email adapters provided and maintained by the community. The following is an example configuration with an example email adapter. See the [Parse Server Options][server-options] for more details and a full list of available options.
371
371
372
372
```js
373
373
constserver=ParseServer({
@@ -407,7 +407,7 @@ Email adapters contributed by the community:
407
407
408
408
## Password and Account Policy
409
409
410
-
Set a password and account policy that meets your security requirements. The following is an example configuration. See the [Parse Server Options](https://parseplatform.org/parse-server/api/master/ParseServerOptions.html) for more details and a full list of available options.
410
+
Set a password and account policy that meets your security requirements. The following is an example configuration. See the [Parse Server Options][server-options] for more details and a full list of available options.
411
411
412
412
```js
413
413
constserver=ParseServer({
@@ -1207,3 +1207,4 @@ Support us with a monthly donation and help us continue our activities. [Become
0 commit comments