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
-[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
123
124
|`apps.scripts.cloudCodeFunction`| String | no | - |`'deleteUser'`| The name of the Parse Cloud Function to execute. |
124
125
|`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. |
125
126
|`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: `0`...`Number.MAX_SAFE_INTEGER`. |
126
128
127
129
### File
128
130
@@ -539,7 +541,7 @@ var dashboard = new ParseDashboard({
539
541
});
540
542
```
541
543
542
-
## Security Checks
544
+
###Security Checks
543
545
544
546
You can view the security status of your Parse Server by enabling the dashboard option `enableSecurityChecks`, and visiting App Settings > Security.
545
547
@@ -557,8 +559,6 @@ const dashboard = new ParseDashboard({
557
559
});
558
560
```
559
561
560
-
561
-
562
562
### Configuring Basic Authentication
563
563
You can configure your dashboard for Basic Authentication by adding usernames and passwords your `parse-dashboard-config.json` configuration file:
0 commit comments