-
Notifications
You must be signed in to change notification settings - Fork 899
config properties server
GitHub Action edited this page Aug 28, 2024
·
6 revisions
v1.0.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)