cx-server { //health-check {port = 9009} protocol { //port = 8081 http-client { keep-alive-enabled = true ssl { enabled = true protocol = "TLSv1.1" trust-all-certificates = true } } consumerPolicyName = "service" consumerPolicyKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" registryPolicyName = "registryReadWrite" registryPolicyKey= "xxxxxxxxxxxxxxxxxxxxxx" hubName = "jmpthingworx" eventHubName = "jmpthingworx" //${cx-server.https.hubName} eventHubNamespace = "iothub-ns-jmxxxxxxxxxxxxxxx" consumerGroup = null hubHostname = "jmpthingworx.azure-devices.net" blob-storage { accounts { default { endpoint-protocol = "https" // > Settings > Access Keys > Storage account name account-name = "jmpthingworx" // > Settings > Access Keys > key1 or key2 account-key = "xxxxxxxxxxxxxxxxxxxxxxxxxxx" } } event-processor-host { container-name = "eph-storage-"${cx-server.protocol.eventHubName} account = default } } } transport.websockets { // ThingWorx platform application key app-key = "acexxxxxxxxxxxxxxxxxxxx128c2" // One or more platforms can be specified here, comma separated platforms = "wss://127.0.0.1:8080/Thingworx/WS" } platform.extensions { //Filesystem location of extension zips. This is needed for the connector to deploy extensions to the platform location = "C:/Thingworx-Azure-IoT-Hub-Connector-2.0.0.141/extensions" } }