-
Notifications
You must be signed in to change notification settings - Fork 937
config properties server
GitHub Action edited this page Jan 8, 2025
·
9 revisions
v1.3.2
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)