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: docs/configuration/overview.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ The following options are available:
87
87
|**`upload`**| Base Payload upload configuration. [More details](../upload/overview#payload-wide-upload-options). |
88
88
|**`routes`**| Control the routing structure that Payload binds itself to. [More details](../admin/overview#root-level-routes). |
89
89
|**`email`**| Configure the Email Adapter for Payload to use. [More details](../email/overview). |
90
+
|**`onInit`**| A function that is called immediately following startup that receives the Payload instance as its only argument. |
90
91
|**`debug`**| Enable to expose more detailed error information. |
91
92
|**`telemetry`**| Disable Payload telemetry by passing `false`. [More details](#telemetry). |
92
93
|**`rateLimit`**| Control IP-based rate limiting for all Payload resources. Used to prevent DDoS attacks, etc. [More details](../production/preventing-abuse#rate-limiting-requests). |
0 commit comments