We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config file would look something like this and would be saved as tkrcfg.json:
tkrcfg.json
{ "tkrConfigSchemaVersion": 1, "config": { "db2": { "serializeOnBoot": true, "serializeCronString": "*/5 * * * *" }, "timeoutMs": 5000, "checks": [ { "type": "common", "params": [ "https://api.prod.hype.space", "hypeapi" ] }, { "type": "common", "params": [ "https://ws.prod.hype.space", "hypeapi-websocket" ] }, { "type": "common", "params": [ "https://telemetry.prod.hype.space", "api-telemetry" ] }, { "type": "stream", "params": [ "internet_high" ] }, { "type": "stream", "params": [ "intranet_high" ] }, { "type": "stream", "params": [ "wirecast_high" ] } ] } }
The text was updated successfully, but these errors were encountered:
a9d1d18 lays out the structure for parsing the config file without any actual code for now.
Sorry, something went wrong.
plusreed
Successfully merging a pull request may close this issue.
Config file would look something like this and would be saved as
tkrcfg.json
:The text was updated successfully, but these errors were encountered: