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