Config JSON
This document describes the structure and usage of the config JSON file used by the Stork Publisher Agent.
Overview
JSON Structure
{
"SignatureTypes": [<string>],
"IncomingWsPort": <integer>,
"SignEveryUpdate": <boolean>,
"PullBasedWsUrl": <string>,
"PullBasedWsSubscriptionRequest": <object>,
"ClockPeriod": <string>,
"DeltaCheckPeriod": <string>,
"ChangeThresholdPercent": <float>,
"StorkRegistryBaseUrl": <string>,
"StorkRegistryRefreshInterval": <string>,
"BrokerReconnectDelay": <string>,
"PublisherMetadataRefreshInterval": <string>,
"PublisherMetadataBaseUrl": <string>,
"PullBasedWsReconnectDelay": <string>,
"PullBasedWsReadTimeout": <string>,
}Configuration Fields
SignatureTypes
SignatureTypesIncomingWsPort
IncomingWsPortSignEveryUpdate
SignEveryUpdatePullBasedWsUrl
PullBasedWsUrlPullBasedWsSubscriptionRequest
PullBasedWsSubscriptionRequestPullBasedAuth --
PullBasedAuth --ClockPeriod
ClockPeriodDeltaCheckPeriod
DeltaCheckPeriodChangeThresholdPercent
ChangeThresholdPercentStorkRegistryBaseUrl
StorkRegistryBaseUrlStorkRegistryRefreshInterval
StorkRegistryRefreshIntervalBrokerReconnectDelay
BrokerReconnectDelayPublisherMetadataRefreshInterval
PublisherMetadataRefreshIntervalPublisherMetadataBaseUrl
PublisherMetadataBaseUrlPullBasedWsReconnectDelay
PullBasedWsReconnectDelayPullBasedWsReadTimeout
PullBasedWsReadTimeoutOracleId --
OracleId --Example config.json
config.jsonLast updated