Variable DefaultServerHTTPConfigurationConst

DefaultServerHTTPConfiguration: TServerHTTPConfiguration = ...
export const DefaultServerHTTPConfiguration: TServerHTTPConfiguration = {
scheme: "https",
host: "cloud.myscript.com",
applicationKey: "",
hmacKey: "",
version: ""
}