interface ModCmsProperties {
    cmsServer?: string;
    jsStaticResourcesServer?: string;
}

Hierarchy (view full)

Properties

cmsServer?: string

Server URL of the Content Management System.

Default

https://cms-finapi-general-live.finapi.io
jsStaticResourcesServer?: string

Server URL where the static resources are hosted.

Default

https://js-static-resources-finapi-general-live.finapi.io

Generated using TypeDoc