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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,14 +144,26 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
144
144
145
145
This section provides a comprehensive reference for all Parse Dashboard configuration options that can be used in the configuration file, via CLI arguments, or as environment variables.
146
146
147
+
#### Root Configuration Keys
148
+
149
+
| Key | Type | Required | Description | Links to Details |
|`appId`| String | no | - |`--appId`|`PARSE_DASHBOARD_APP_ID`|`"myAppId"`| The Application ID for your Parse Server instance. |
154
-
|`masterKey`| String \| Function | no | - |`--masterKey`|`PARSE_DASHBOARD_MASTER_KEY`|`"key"`| Master key for full access. Can be a String or Function returning a String. |
166
+
|`masterKey`| String \| Function | no | - |`--masterKey`|`PARSE_DASHBOARD_MASTER_KEY`|`"key"`or `() => "key"`| Master key for full access. Can be a String or Function returning a String. |
155
167
|`serverURL`| String | no | - |`--serverURL`|`PARSE_DASHBOARD_SERVER_URL`|`"http://localhost:1337/parse"`| The URL where your Parse Server is running. |
156
168
|`appName`| String | yes |`appId`|`--appName`|`PARSE_DASHBOARD_APP_NAME`|`"MyApp"`| Display name of the app. |
157
169
|`masterKeyTtl`| Number | yes | - |`--masterKeyTtl`| - |`3600`| TTL for master key cache in seconds (when `masterKey` is a Function). |
0 commit comments