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
IncomingWsPort
SignEveryUpdate
PullBasedWsUrl
PullBasedWsSubscriptionRequest
ClockPeriod
DeltaCheckPeriod
ChangeThresholdPercent
StorkRegistryBaseUrl
StorkRegistryRefreshInterval
BrokerReconnectDelay
PublisherMetadataRefreshInterval
PublisherMetadataBaseUrl
PullBasedWsReconnectDelay
PullBasedWsReadTimeout
Example config.json
Last updated