-
Notifications
You must be signed in to change notification settings - Fork 895
config properties server properties public
GitHub Action edited this page Oct 15, 2024
·
4 revisions
v1.1.0
object
(public)
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)