Skip to content

Commit 3c0c485

Browse files
committed
Update README.md
1 parent 85a2856 commit 3c0c485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
4949
- [Deploying Parse Dashboard](#deploying-parse-dashboard)
5050
- [Preparing for Deployment](#preparing-for-deployment)
5151
- [Security Considerations](#security-considerations)
52+
- [Security Checks](#security-checks)
5253
- [Configuring Basic Authentication](#configuring-basic-authentication)
5354
- [Multi-Factor Authentication (One-Time Password)](#multi-factor-authentication-one-time-password)
5455
- [Separating App Access Based on User Identity](#separating-app-access-based-on-user-identity)
@@ -123,6 +124,7 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
123124
| `apps.scripts.cloudCodeFunction` | String | no | - | `'deleteUser'` | The name of the Parse Cloud Function to execute. |
124125
| `apps.scripts.showConfirmationDialog` | Bool | yes | `false` | `true` | Is `true` if a confirmation dialog should be displayed before the script is executed, `false` if the script should be executed immediately. |
125126
| `apps.scripts.confirmationDialogStyle` | String | yes | `info` | `critical` | The style of the confirmation dialog. Valid values: `info` (blue style), `critical` (red style). |
127+
| `apps.cloudConfigHistoryLimit` | Integer | yes | `100` | `100` | The number of historic values that should be saved in the Cloud Config change history. Valid values: \{ x \in \mathbb{Z} \mid 0 \leq x \leq \text{Number.MAX_SAFE_INTEGER} \}. |
126128

127129
### File
128130

0 commit comments

Comments
 (0)