-
Notifications
You must be signed in to change notification settings - Fork 1k
config properties server
GitHub Action edited this page Dec 3, 2025
·
24 revisions
v2.3.0
object (server)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| public | object |
Optional | cannot be null | Config |
| admin | object |
Optional | cannot be null | Config |
public contains the server configuration for the public API.
public
-
is optional
-
cannot be null
object (public)
admin contains the server configuration for the admin API.
admin
-
is optional
-
cannot be null
object (admin)