Skip to content

ServerSettings

Easit AB edited this page Dec 18, 2020 · 1 revision

Server settings

BindingUrl

Default value: http://localhost

Description

URL to accept incoming requests for.
No adminstrative permissions are required for a binding to "localhost"
Adminstrative permissions are required for a binding to network names or addresses.
+ takes all requests to the port regardless of name or ip, * only requests that no other listener answers:

Port

Default value: 9080

Description

Specifies what port to listing on for incoming requests.

Basedir

Default value: resources

Description

Name of folder to look for scripts or "resources" in.

ErrorHandling

Default value: ErrorHandling

Description

Defines how the server should handle errors if the occure.
More info at https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-5.1#erroractionpreference

RequestOutput

Default value: false

Description

If changed to true all request contents will be written to server logfile.

ResponseOutput

Default value: false

Description

If changed to true all reponse contents will be written to server logfile.