-
Notifications
You must be signed in to change notification settings - Fork 1k
config properties server properties admin
GitHub Action edited this page Feb 5, 2026
·
27 revisions
v2.4.2
object (admin)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| address | string |
Optional | cannot be null | Config |
| cors | object |
Optional | cannot be null | Config |
address is the address of the server to listen on in the form of host:port.
See net.Dial for details of the address format.
address
-
is optional
-
cannot be null
string
cors contains configuration options regarding Cross-Origin-Resource-Sharing.
cors
-
is optional
-
cannot be null
object (cors)