{ "PlatformSettingsConfig": { "AdministratorUserSettings": { "InitialPassword": "XXXX" }, "ContentTypeSettings": { "supportedMediaEntityContentTypes": [ "image/svg+xml", "image/png", "image/gif", "image/bmp", "image/jpeg", "application/pdf", "image/vnd.microsoft.icon" ] } }, "ExtensionPackageImportPolicy": { "importEnabled": true, "allowJarResources": true, "allowJavascriptResources": true, "allowCSSResources": true, "allowJSONResources": true, "allowWebAppResources": true, "allowEntities": true, "allowExtensibleEntities": true }, "PostgresPersistenceProviderPackage": { "ConnectionInformation": { "acquireIncrement": 5, "acquireRetryAttempts": 3, "acquireRetryDelay": 10000, "checkoutTimeout": 1000000, "driverClass": "org.postgresql.Driver", "fetchSize": 5000, "idleConnectionTestPeriod": 60, "initialPoolSize": 5, "jdbcUrl": "jdbc:postgresql://localhost:5432/thingworx", "maxConnectionAge": 0, "maxIdleTime": 0, "maxIdleTimeExcessConnections": 300, "maxPoolSize": 100, "maxStatements": 100, "minPoolSize": 5, "numHelperThreads": 8, "password": "XXXX", "testConnectionOnCheckout": false, "unreturnedConnectionTimeout": 0, "username": "twadmin" }, "StreamProcessorSettings": { "maximumBlockSize": 2500, "maximumQueueSize": 250000, "maximumWaitTime": 10000, "numberOfProcessingThreads": 5, "scanRate": 5, "sizeThreshold": 1000 }, "ValueStreamProcessorSettings": { "maximumBlockSize": 2500, "maximumQueueSize": 500000, "maximumWaitTime": 10000, "numberOfProcessingThreads": 5, "scanRate": 5, "sizeThreshold": 1000 }, "PersistentPropertyProcessorSettings": { "maximumBlockSize": 2500, "maximumWaitTime": 1000, "maximumQueueSize": 100000, "numberOfProcessingThreads": 20, "scanRate": 25, "sizeThreshold": 1000 } } }